< prev index next >

test/gc/ergonomics/TestInitialGCThreadLogging.java

Print this page

        

*** 26,40 **** * @bug 8157240 * @summary Check trace logging of initial GC threads. * @requires vm.gc=="null" * @key gc * @modules java.base/jdk.internal.misc ! * @library /testlibrary */ ! import jdk.test.lib.ProcessTools; ! import jdk.test.lib.OutputAnalyzer; public class TestInitialGCThreadLogging { public static void main(String[] args) throws Exception { testInitialGCThreadLogging("UseConcMarkSweepGC", "GC Thread"); --- 26,40 ---- * @bug 8157240 * @summary Check trace logging of initial GC threads. * @requires vm.gc=="null" * @key gc * @modules java.base/jdk.internal.misc ! * @library /test/lib */ ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class TestInitialGCThreadLogging { public static void main(String[] args) throws Exception { testInitialGCThreadLogging("UseConcMarkSweepGC", "GC Thread");
< prev index next >