Searched defs:systemClassLoader (Results 1 – 2 of 2) sorted by relevance
45 private final ClassLoader systemClassLoader = ClassLoader.getSystemClassLoader(); field in BytecodeGenTest228 assertSame(testProxy.getClass().getClassLoader(), systemClassLoader); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt() local230 assertNotSame(testProxy.getClass().getClassLoader(), systemClassLoader); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt() local238 assertNotSame(testObject.getClass().getClassLoader(), systemClassLoader); in testProxyClassUnloading() local
68 public static ClassLoader systemClassLoader() { in systemClassLoader() method in ClassLoaders