Searched refs:sharedLibraryLevel1 (Results 1 – 1 of 1) sorted by relevance
/art/test/688-shared-library/src-art/ |
D | Main.java | 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() [all …]
|