See JBAS-4429.
Note in terms of bug significance: the CL is leaking due to a reference as the TCCL on a type of thread that is a VM singleton. So, this will leak one classloader, not multiple. If any code changes the TCCL on that thread, the reference will be released and the CL will be available for gc.
- incorporates
-
JBAS-4429 Classloader leak to JBossTS ReaperThread
- Closed
- relates to
-
JBPAPP-204 org.jboss.test.classloader.leak.test.ClassloaderLeakUnitTestCase:testEarWithJcl
- Closed