classloader

Eric J. Van der Velden ericjvandervelden at gmail.com
Thu Oct 8 22:02:23 PDT 2009


Hi,

Suppose X is a class type, and a class loader is created,

ClassLoader l=...
Thread.currentThread().setContextClassLoader(l)
Object o=new X()

Why is X not loaded by l, but still by the application class loader?

Thanks.

-- 
View this message in context: http://www.nabble.com/classloader-tp25815539p25815539.html
Sent from the OpenJDK Hotspot Virtual Machine mailing list archive at Nabble.com.



More information about the hotspot-dev mailing list