< prev index next >

test/gc/startup_warnings/TestParNewSerialOld.java

Print this page

        

@@ -25,10 +25,12 @@
 * @test TestParNewSerialOld
 * @key gc
 * @bug 8065972
 * @summary Test that the unsupported ParNew+SerialOld combination does not start
 * @library /testlibrary
+* @build com.oracle.java.testlibrary.*
+* @run main/othervm TestParNewSerialOld
 */
 
 import com.oracle.java.testlibrary.OutputAnalyzer;
 import com.oracle.java.testlibrary.ProcessTools;
 
< prev index next >