Searched refs:delegateLast (Results 1 – 1 of 1) sorted by relevance
60 ClassLoader delegateLast = in testOneLibrary() local62 cls = delegateLast.loadClass("Main"); in testOneLibrary()64 cls = delegateLast.loadClass("SharedLibraryOne"); in testOneLibrary()79 ClassLoader delegateLast = in testTwoLibraries1() local81 cls = delegateLast.loadClass("Main"); in testTwoLibraries1()83 cls = delegateLast.loadClass("SharedLibraryOne"); in testTwoLibraries1()98 ClassLoader delegateLast = new DelegateLastClassLoader("", null, bootLoader, sharedLibraries); in testTwoLibraries2() local99 cls = delegateLast.loadClass("Main"); in testTwoLibraries2()101 cls = delegateLast.loadClass("SharedLibraryOne"); in testTwoLibraries2()119 ClassLoader delegateLast = in testTransitive1() local[all …]