Searched refs:TestVisibilityClassLoader (Results 1 – 1 of 1) sorted by relevance
101 static class TestVisibilityClassLoader extends URLClassLoader { class in BytecodeGenTest105 TestVisibilityClassLoader(boolean hideInternals) { in TestVisibilityClassLoader() method in BytecodeGenTest.TestVisibilityClassLoader106 this(TestVisibilityClassLoader.class.getClassLoader(), hideInternals); in TestVisibilityClassLoader()109 TestVisibilityClassLoader(ClassLoader classloader, boolean hideInternals) { in TestVisibilityClassLoader() method in BytecodeGenTest.TestVisibilityClassLoader170 ClassLoader testClassLoader = new TestVisibilityClassLoader(true); in setUp()297 ClassLoader testClassLoader = new TestVisibilityClassLoader(false); in testClassLoaderBridging()