Author: markt Date: Fri Jan 15 11:30:21 2010 New Revision: 899601 URL: http://svn.apache.org/viewvc?rev=899601&view=rev Log: Add the bug url
Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java?rev=899601&r1=899600&r2=899601&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java (original) +++ tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Fri Jan 15 11:30:21 2010 @@ -82,7 +82,9 @@ /** * XML parsing can pin a web application class loader in memory. This is * particularly nasty as profilers (at least YourKit and Eclipse MAT) don't - * identify any GC roots related to this. + * identify any GC roots related to this. + * <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6916498"> + * http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6916498</a> */ private boolean xmlParsingProtection = true; public boolean isXmlParsingProtection() { return xmlParsingProtection; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org