Lines Matching refs:sharedLibraryLevel2

106       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()
150 ClassLoader[] sharedLibraryLevel2 = { in testTransitive3() local
154 new PathClassLoader(EX_JAR_FILE, null, bootLoader, sharedLibraryLevel2), in testTransitive3()
155 sharedLibraryLevel2[0], in testTransitive3()
160 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive3()
167 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive3()
173 ClassLoader[] sharedLibraryLevel2 = { in testTransitive4() local
177 new PathClassLoader(MAIN_JAR_FILE, null, bootLoader, sharedLibraryLevel2), in testTransitive4()
178 sharedLibraryLevel2[0], in testTransitive4()
183 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive4()
185 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive4()
190 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive4()
192 assertIdentical(sharedLibraryLevel2[0], cls.getClassLoader()); in testTransitive4()