< prev index next >

test/gc/startup_warnings/TestNoParNew.java

Print this page

        

*** 25,34 **** --- 25,36 ---- * @test TestNoParNew * @key gc * @bug 8065972 * @summary Test that specifying -XX:-UseParNewGC on the command line logs a warning message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestNoParNew */ import com.oracle.java.testlibrary.OutputAnalyzer; import com.oracle.java.testlibrary.ProcessTools;
< prev index next >