Hi again, Jeroen Frijters schrieb:
Roman Kennke wrote:This test is wrong:+ || (l.getClass().getClassLoader() == null /*application loader*/);If an application instantiates URLClassLoader, it should still be garbage collectable.
What about || (l == VMClassLoader.getSystemClassLoader()) instead ? /Roman