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

/openjdk7/jdk/test/java/lang/instrument/
H A DStressGetObjectSizeApp.java56 RoundAndRound[] threads = new RoundAndRound[10];
58 threads[i] = new RoundAndRound(fInst);
69 private static class RoundAndRound extends Thread { class in class:StressGetObjectSizeApp
73 public RoundAndRound(Instrumentation inst) { method in class:StressGetObjectSizeApp.RoundAndRound

Completed in 29 milliseconds