< prev index next >

test/runtime/modules/XpatchCDS.java

Print this page

        

*** 21,37 **** * questions. */ /* * @test ! * @library /testlibrary * @modules java.base/jdk.internal.misc * @run main XpatchCDS */ import java.io.File; ! import jdk.test.lib.*; public class XpatchCDS { public static void main(String args[]) throws Throwable { System.out.println("Test that -Xpatch and -Xshare:dump are incompatibable"); --- 21,38 ---- * questions. */ /* * @test ! * @library /test/lib * @modules java.base/jdk.internal.misc * @run main XpatchCDS */ import java.io.File; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class XpatchCDS { public static void main(String args[]) throws Throwable { System.out.println("Test that -Xpatch and -Xshare:dump are incompatibable");
< prev index next >