Package org.apache.catalina.startup
Class SafeForkJoinWorkerThreadFactory
java.lang.Object
org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory
- All Implemented Interfaces:
- ForkJoinPool.ForkJoinWorkerThreadFactory
public class SafeForkJoinWorkerThreadFactory
extends Object
implements ForkJoinPool.ForkJoinWorkerThreadFactory
Provides a 
ForkJoinPool.ForkJoinWorkerThreadFactory that provides ForkJoinWorkerThreads that won't trigger memory
 leaks due to retained references to web application class loaders.
 
 Note: This class must be available on the boot strap class path for it to be visible to ForkJoinPool.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SafeForkJoinWorkerThreadFactorypublic SafeForkJoinWorkerThreadFactory()
 
- 
- 
Method Details- 
newThread- Specified by:
- newThreadin interface- ForkJoinPool.ForkJoinWorkerThreadFactory
 
 
-