https://issues.apache.org/bugzilla/show_bug.cgi?id=51688
Bug #: 51688
Summary: JreMemoryLeakPreventionListener should protect against
AWT thread creation
Product: Tomcat 7
Version: trunk
Platform: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Any webapp that calls java.awt.Toolkit.getDefaultToolkit will launch a new
thread (AWT-Windows, AWT-XAWT, etc.) which will capture the ContextClassLoader,
pinning the webapp in memory after an undeploy/redeploy.
A simple addition to JreMemoryLeakPreventionListener can alleviate this
condition.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]