Searched refs:ParallelLoadingThread (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/test/runtime/Metaspace/
H A DDefineClass.java106 private static class ParallelLoadingThread extends Thread { class in class:DefineClass
111 public ParallelLoadingThread(MyParallelClassLoader pcl, byte[] buf, CountDownLatch stop) { method in class:DefineClass.ParallelLoadingThread
314 (threads[i] = new ParallelLoadingThread(pcl, buf, stop)).start();

Completed in 88 milliseconds