Home
last modified time | relevance | path

Searched refs:helper3 (Results 1 – 1 of 1) sorted by relevance

/art/test/626-const-class-linking/src/
DMain.java163 final Class<?> helper3 = racy_loader.loadClass("Helper3"); in testRacyLoader2() local
164 skipVerification(helper3); // Avoid class loading during verification. in testRacyLoader2()
171 Class<?> helper = (my_index < threads.length / 2) ? helper1 : helper3; in testRacyLoader2()