Searched refs:loader (Results 1 – 1 of 1) sorted by relevance
41 ClassLoader loader = mergeAndLoad( in testFillArrayData() local45 Class<?> basic = loader.loadClass("testdata.Basic"); in testFillArrayData()48 Class<?> fillArrayData = loader.loadClass("testdata.FillArrayData"); in testFillArrayData()61 ClassLoader loader = mergeAndLoad( in testTryCatchFinally() local65 Class<?> basic = loader.loadClass("testdata.Basic"); in testTryCatchFinally()68 Class<?> tryCatchFinally = loader.loadClass("testdata.TryCatchFinally"); in testTryCatchFinally()73 ClassLoader loader = mergeAndLoad( in testStaticValues() local77 Class<?> basic = loader.loadClass("testdata.Basic"); in testStaticValues()80 Class<?> staticValues = loader.loadClass("testdata.StaticValues"); in testStaticValues()97 ClassLoader loader = mergeAndLoad( in testAnnotations() local[all …]