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

/openjdk9/hotspot/test/gc/logging/
H A DTestGCId.java40 testGCId("UseParallelGC");
41 testGCId("UseG1GC");
42 testGCId("UseConcMarkSweepGC");
43 testGCId("UseSerialGC");
52 private static void testGCId(String gcFlag) throws Exception { method in class:TestGCId

Completed in 33 milliseconds