Author: schultz Date: Tue Sep 20 20:16:59 2011 New Revision: 1173331 URL: http://svn.apache.org/viewvc?rev=1173331&view=rev Log: Fixed bug #51687: Improve JreMemoryLeakPreventionListener against leak caused by sun.java2d.Disposer - Added (optional) protection against sun.java2d.Disposer thread pinning a WebappClassLoader into memory in the JreMemoryLeakPreventionListener.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1173331&r1=1173330&r2=1173331&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Sep 20 20:16:59 2011 @@ -62,6 +62,11 @@ Context) will be handled by the custom error pages for the Context if an appropriate error page is configured. (markt) </fix> + <fix> + <bug>51687</bug>: Added (optional) protection against + sun.java2d.Disposer thread pinning a WebappClassLoader into memory + in the JreMemoryLeakPreventionListener. (schultz) + </fix> <add> <bug>51741</bug>: Fixes a problem with Eclipse WTP "Serve modules without publishing" feature where applications failed to access --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org