< prev index next >

test/gc/startup_warnings/TestParNewCMS.java

Print this page

        

@@ -25,10 +25,12 @@
 * @test TestParNewCMS
 * @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 TestParNewCMS
 */
 
 import com.oracle.java.testlibrary.OutputAnalyzer;
 import com.oracle.java.testlibrary.ProcessTools;
 
< prev index next >