< prev index next >

test/gc/startup_warnings/TestParallelGC.java

Print this page

        

*** 24,40 **** /* * @test TestParallelGC * @key gc * @bug 8006398 * @summary Test that ParallelGC does not print a warning message ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management */ ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; public class TestParallelGC { public static void main(String args[]) throws Exception { --- 24,40 ---- /* * @test TestParallelGC * @key gc * @bug 8006398 * @summary Test that ParallelGC does not print a warning message ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class TestParallelGC { public static void main(String args[]) throws Exception {
< prev index next >