< prev index next >

test/runtime/modules/Xpatch/XpatchTestJar.java

Print this page

        

*** 22,40 **** */ /* * @test * @summary Make sure -Xpatch works when a jar file is specified for a module ! * @library /testlibrary * @modules java.base/jdk.internal.misc * jdk.jartool/sun.tools.jar - * @build BasicJarBuilder * @compile XpatchMain.java * @run main XpatchTestJar */ ! import jdk.test.lib.*; public class XpatchTestJar { private static String moduleJar; public static void main(String[] args) throws Exception { --- 22,41 ---- */ /* * @test * @summary Make sure -Xpatch works when a jar file is specified for a module ! * @library /test/lib * @modules java.base/jdk.internal.misc * jdk.jartool/sun.tools.jar * @compile XpatchMain.java * @run main XpatchTestJar */ ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.InMemoryJavaCompiler; public class XpatchTestJar { private static String moduleJar; public static void main(String[] args) throws Exception {
< prev index next >