< prev index next >

test/gc/arguments/TestParallelGCThreads.java

Print this page

        

*** 24,40 **** /* * @test TestParallelGCThreads * @key gc * @bug 8059527 8081382 * @summary Tests argument processing for ParallelGCThreads ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run driver TestParallelGCThreads */ ! import jdk.test.lib.*; public class TestParallelGCThreads { public static void main(String args[]) throws Exception { testFlags(); --- 24,42 ---- /* * @test TestParallelGCThreads * @key gc * @bug 8059527 8081382 * @summary Tests argument processing for ParallelGCThreads ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver TestParallelGCThreads */ ! import jdk.test.lib.Asserts; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class TestParallelGCThreads { public static void main(String args[]) throws Exception { testFlags();
< prev index next >