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

/openjdk9/hotspot/test/gc/g1/mixedgc/
H A DTestLogging.java25 * @test TestLogging
34 * @run driver gc.g1.mixedgc.TestLogging
52 public class TestLogging { class
79 System.out.println(String.format("%s: running with %s flag", TestLogging.class.getSimpleName(), vmFlag));
123 for (int i = 0; i < TestLogging.ALLOCATION_COUNT; ++i) {
124 liveOldObjects.add(new byte[TestLogging.ALLOCATION_SIZE * 5]);
125 deadOldObjects.add(new byte[TestLogging.ALLOCATION_SIZE * 5]);
168 for (int i = 0; i < (TestLogging.ALLOCATION_COUNT * 20); i++) {
169 newObjects.add(new byte[TestLogging.ALLOCATION_SIZE]);
/openjdk9/jdk/test/com/sun/net/httpserver/
H A DTestLogging.java41 public class TestLogging extends Test { class in inherits:Test

Completed in 44 milliseconds