Searched refs:ClassLoader2 (Results 1 – 2 of 2) sorted by relevance
107 ClassLoader2 cl2 = null; in testNoOp()109 cl2 = new ClassLoader2() { in testNoOp()162 ClassLoader2 cl2 = null; in testConstructorAfterDelegate()164 cl2 = new ClassLoader2() { in testConstructorAfterDelegate()194 ClassLoader2 cl2 = null; in testInnerConstructorAfterDelegate()196 cl2 = new ClassLoader2() { in testInnerConstructorAfterDelegate()229 ClassLoader2 cl2 = null; in testStaticInnerConstructorAfterDelegate()231 cl2 = new ClassLoader2() { in testStaticInnerConstructorAfterDelegate()261 ClassLoader2 cl2 = null; in testDelegateStaticInitializer()263 cl2 = new ClassLoader2() { in testDelegateStaticInitializer()[all …]
57 ClassLoader2 cl2 = new ClassLoader2() { in testRefactorWithLambdas()81 private abstract static class ClassLoader2 extends ClassLoader { class in RefactorClassAdapterTest85 public ClassLoader2() { in ClassLoader2() method in RefactorClassAdapterTest.ClassLoader2