Searched refs:helper3 (Results 1 – 1 of 1) sorted by relevance
163 final Class<?> helper3 = racy_loader.loadClass("Helper3"); in testRacyLoader2() local164 skipVerification(helper3); // Avoid class loading during verification. in testRacyLoader2()171 Class<?> helper = (my_index < threads.length / 2) ? helper1 : helper3; in testRacyLoader2()