Author: markt
Date: Mon May 16 15:21:18 2016
New Revision: 1744071
URL: http://svn.apache.org/viewvc?rev=1744071&view=rev
Log:
Add a note to remind me why I haven't raised this leak with the OpenJDK team
(it is already fixed).
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=1744071&r1=1744070&r2=1744071&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
(original)
+++
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
Mon May 16 15:21:18 2016
@@ -193,7 +193,8 @@ public class JreMemoryLeakPreventionList
}
// Trigger the creation of the AWT (AWT-Windows, AWT-XAWT,
- // etc.) thread
+ // etc.) thread.
+ // Note this issue is fixed in Java 8 update 05 onwards.
if (awtThreadProtection) {
java.awt.Toolkit.getDefaultToolkit();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]