< prev index next >

test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/TwoJars.java

Print this page

*** 30,40 **** * @library /test/hotspot/jtreg/testlibrary * @library /test/lib * @modules java.base/jdk.internal.misc * jdk.jartool/sun.tools.jar * @build PatchMain ! * @run main TwoJars */ import java.io.File; import jdk.test.lib.compiler.InMemoryJavaCompiler; import jdk.test.lib.process.OutputAnalyzer; --- 30,40 ---- * @library /test/hotspot/jtreg/testlibrary * @library /test/lib * @modules java.base/jdk.internal.misc * jdk.jartool/sun.tools.jar * @build PatchMain ! * @run driver TwoJars */ import java.io.File; import jdk.test.lib.compiler.InMemoryJavaCompiler; import jdk.test.lib.process.OutputAnalyzer;
< prev index next >