Searched refs:secondaryCls (Results 1 – 3 of 3) sorted by relevance
50 Class<?> secondaryCls = pcl.loadClass("Secondary"); in testLoadingSecondaryAppImageInLoadedClassLoader() local52 checkAppImageContains(secondaryCls)); in testLoadingSecondaryAppImageInLoadedClassLoader()53 assertTrue("Ensure Secondary class is preinitialized", checkInitialized(secondaryCls)); in testLoadingSecondaryAppImageInLoadedClassLoader()55 secondaryCls.getDeclaredMethod("go").invoke(null); in testLoadingSecondaryAppImageInLoadedClassLoader()
31 Class<?> secondaryCls = pcl.loadClass("OtherClass"); in main() local32 secondaryCls.getDeclaredMethod("$noinline$foo").invoke(secondaryCls.newInstance()); in main()
123 Class<?> secondaryCls = pcl.loadClass("Secondary"); in testLoadingSecondaryAppImage() local125 checkAppImageContains(secondaryCls)); in testLoadingSecondaryAppImage()127 checkInitialized(secondaryCls)); in testLoadingSecondaryAppImage()129 secondaryCls.getDeclaredMethod("go").invoke(null); in testLoadingSecondaryAppImage()