Author: markt
Date: Fri Jan 13 09:21:19 2017
New Revision: 1778519

URL: http://svn.apache.org/viewvc?rev=1778519&view=rev
Log:
Add bug reference

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=1778519&r1=1778518&r2=1778519&view=diff
==============================================================================
--- 
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java 
(original)
+++ 
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java 
Fri Jan 13 09:21:19 2017
@@ -168,6 +168,8 @@ public class JreMemoryLeakPreventionList
      * {@link ForkJoinPool#commonPool()} creates a thread pool that, by 
default,
      * creates threads that retain references to the thread context class
      * loader.
+     *
+     * @see "http://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8172726";
      */
     private boolean forkJoinCommonPoolProtection = true;
     public boolean getForkJoinCommonPoolProtection() {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to