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

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DMemoryManagement.java100 Thread allocator = new AllocatorThread();
119 // Start the AllocatorThread to continously allocate memory
120 System.out.println("Starting an AllocatorThread to allocate memory.");
142 static class AllocatorThread extends Thread { class in class:MemoryManagement
H A DLowMemoryTest.java131 Thread allocator = new AllocatorThread();
210 static class AllocatorThread extends Thread { class in class:LowMemoryTest
239 System.out.println("AllocatorThread is doing task " + i);

Completed in 31 milliseconds