Home
last modified time | relevance | path

Searched refs:sharedLibraryLevel2 (Results 1 – 1 of 1) sorted by relevance

/art/test/688-shared-library/src-art/
DMain.java106 ClassLoader[] sharedLibraryLevel2 = { in testTransitive1() local
110 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraryLevel2), in testTransitive1()
115 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive1()
117 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive1()
122 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive1()
124 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive1()
128 ClassLoader[] sharedLibraryLevel2 = { in testTransitive2() local
132 new PathClassLoader(EX_JAR_FILE, null, bootLoader, sharedLibraryLevel2), in testTransitive2()
137 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive2()
144 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive2()
[all …]