Author: slaurent Date: Thu Sep 22 20:20:26 2011 New Revision: 1174372 URL: http://svn.apache.org/viewvc?rev=1174372&view=rev Log: bug 51862: JreMemoryLeakPreventionListener enhancement to load configurable classes https://issues.apache.org/bugzilla/show_bug.cgi?id=51862
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=1174372&r1=1174371&r2=1174372&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Sep 22 20:20:26 2011 @@ -117,6 +117,11 @@ Add Java 7 sunec.jar and zipfs.jar to the list of JARs to skip when scanning for TLDs and web fragments. (rjung) </update> + <add> + <bug>51862</bug>: Added a <code>classesToInitialize</code> attribute to + <code>JreMemoryLeakPreventionListener</code> to allow pre-loading of configurable + classes to avoid some classloader leaks. (slaurent) + </add> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org