Lines Matching refs:sharedLibraryLevel1
109 ClassLoader[] sharedLibraryLevel1 = { in testTransitive1() local
113 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive1()
120 new DelegateLastClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive1()
131 ClassLoader[] sharedLibraryLevel1 = { in testTransitive2() local
135 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive2()
139 assertIdentical(sharedLibraryLevel1[0], cls.getClassLoader()); in testTransitive2()
142 new DelegateLastClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive2()
146 assertIdentical(sharedLibraryLevel1[0], cls.getClassLoader()); in testTransitive2()
153 ClassLoader[] sharedLibraryLevel1 = { in testTransitive3() local
158 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive3()
162 assertIdentical(sharedLibraryLevel1[0], cls.getClassLoader()); in testTransitive3()
165 new DelegateLastClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive3()
169 assertIdentical(sharedLibraryLevel1[0], cls.getClassLoader()); in testTransitive3()
176 ClassLoader[] sharedLibraryLevel1 = { in testTransitive4() local
181 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive4()
188 new DelegateLastClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive4()