< prev index next >

test/gc/startup_warnings/TestParallelScavengeSerialOld.java

Print this page

        

*** 25,34 **** --- 25,36 ---- * @test TestParallelScavengeSerialOld * @key gc * @bug 8006398 * @summary Test that the ParallelScavenge+SerialOld combination does not print a warning message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestParallelScavengeSerialOld */ import com.oracle.java.testlibrary.OutputAnalyzer; import com.oracle.java.testlibrary.ProcessTools;
< prev index next >