< prev index next >

test/gc/arguments/TestUnrecognizedVMOptionsHandling.java

Print this page

        

*** 30,40 **** * @modules java.base/sun.misc * java.management * @run main/othervm TestUnrecognizedVMOptionsHandling */ ! import com.oracle.java.testlibrary.*; public class TestUnrecognizedVMOptionsHandling { public static void main(String args[]) throws Exception { // The first two JAVA processes are expected to fail, but with a correct VM option suggestion --- 30,40 ---- * @modules java.base/sun.misc * java.management * @run main/othervm TestUnrecognizedVMOptionsHandling */ ! import jdk.test.lib.*; public class TestUnrecognizedVMOptionsHandling { public static void main(String args[]) throws Exception { // The first two JAVA processes are expected to fail, but with a correct VM option suggestion
< prev index next >