< prev index next >

test/gc/ergonomics/TestDynamicNumberOfGCThreads.java

Print this page

        

*** 28,39 **** * @requires vm.gc=="null" * @key gc * @library /testlibrary */ ! import com.oracle.java.testlibrary.ProcessTools; ! import com.oracle.java.testlibrary.OutputAnalyzer; public class TestDynamicNumberOfGCThreads { public static void main(String[] args) throws Exception { testDynamicNumberOfGCThreads("UseConcMarkSweepGC"); --- 28,39 ---- * @requires vm.gc=="null" * @key gc * @library /testlibrary */ ! import jdk.test.lib.ProcessTools; ! import jdk.test.lib.OutputAnalyzer; public class TestDynamicNumberOfGCThreads { public static void main(String[] args) throws Exception { testDynamicNumberOfGCThreads("UseConcMarkSweepGC");
< prev index next >