On 02/ 3/11 05:56 PM, Jason Mehrens wrote:
I understand why the previous code leaks but, why is a null value safe
to use for the CCL? Is it because this code is part of the JDK (not ext
classloader) or is it because no more class loading is done on that
These are internal JDK implementation thr
I understand why the previous code leaks but, why is a null value safe to use
for the CCL? Is it because this code is part of the JDK (not ext classloader)
or is it because no more class loading is done on that thread? For 3rd party
libs, should the CCL be set to null or set to the classloade