Home
last modified time | relevance | path

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

/art/test/1950-unprepared-transform/src/
DMain.java102 final CountDownLatch gotClass = new CountDownLatch(1); in testRemoteThread() local
106 gotClass.await(); in testRemoteThread()
119 gotClass.countDown(); in testRemoteThread()