From: markt Date: Fri, 15 Jan 2010 11:30:21 +0000 (+0000) Subject: Add the bug url X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d2f178b3b77db2420c2273541c96a537833e11cb;p=tomcat7.0 Add the bug url git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@899601 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java index 11ee6108a..d90995f0b 100644 --- a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java +++ b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java @@ -82,7 +82,9 @@ public class JreMemoryLeakPreventionListener implements LifecycleListener { /** * 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. + * + * http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6916498 */ private boolean xmlParsingProtection = true; public boolean isXmlParsingProtection() { return xmlParsingProtection; }