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

/openjdk10/hotspot/test/gc/stress/
H A DTestStressIHOPMultiThread.java83 private final List<AllocationThread> threads;
129 AllocationThread thread =new TestStressIHOPMultiThread.AllocationThread(i, HEAP_ALLOC_SIZE / THREADS);
158 private class AllocationThread extends Thread { class in class:TestStressIHOPMultiThread
165 public AllocationThread(int id, long amount) { method in class:TestStressIHOPMultiThread.AllocationThread
H A DTestStressG1Humongous.java142 threads[i] = new Thread(new AllocationThread(countDownLatch, objectsPerThread, alocatedObjectsCount));
144 threads[THREAD_COUNT - 1] = new Thread(new AllocationThread(countDownLatch, objectsForLastThread, alocatedObjectsCount));
187 private class AllocationThread implements Runnable { class in class:TestStressG1HumongousImpl
199 public AllocationThread(CountDownLatch cdl, int objects, AtomicInteger counter) { method in class:TestStressG1HumongousImpl.AllocationThread

Completed in 86 milliseconds