Searched refs:delegateFirst (Results 1 – 1 of 1) sorted by relevance
53 ClassLoader delegateFirst = in testOneLibrary() local55 Class<?> cls = delegateFirst.loadClass("Main"); in testOneLibrary()57 cls = delegateFirst.loadClass("SharedLibraryOne"); in testOneLibrary()73 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraries); in testTwoLibraries1() local74 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries1()76 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries1()92 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraries); in testTwoLibraries2() local93 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries2()95 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries2()113 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive1() local[all …]