Lines Matching refs:gcThread
24 GcThread gcThread = new GcThread(cdl);26 gcThread.start();28 gcThread.join();33 static class GcThread extends Thread {36 GcThread(CountDownLatch cdl) {