Searched refs:bootLoader (Results 1 – 1 of 1) sorted by relevance
/art/test/688-shared-library/src-art/ |
D | Main.java | 24 static ClassLoader bootLoader = Object.class.getClassLoader(); field in Main 44 ClassLoader loader = new PathClassLoader(MAIN_JAR_FILE, null, bootLoader); in testNoLibrary() 51 new PathClassLoader(EX_JAR_FILE, null, bootLoader), in testOneLibrary() 54 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraries); in testOneLibrary() 61 new DelegateLastClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraries); in testOneLibrary() 70 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader), in testTwoLibraries1() 71 new PathClassLoader(EX_JAR_FILE, null, bootLoader), in testTwoLibraries1() 73 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraries); in testTwoLibraries1() 80 new DelegateLastClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraries); in testTwoLibraries1() 89 new PathClassLoader(EX_JAR_FILE, null, bootLoader), in testTwoLibraries2() [all …]
|