In TC6 catalina core, ContainerBase class defines this field to stop
the background processor thread:

     private boolean threadDone = false;

Shouldn't it be a volatile? Because the background processor refers to
a classloader, could it prevent a (weak) classloader from being gc'ed?

-m

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to