< prev index next >

test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTestJarDir.java

Print this page
rev 59076 : [mq]: 8243945

*** 26,36 **** * @summary Make sure --patch-module works when a jar file and a directory is specified for a module * @library /test/lib * @modules java.base/jdk.internal.misc * jdk.jartool/sun.tools.jar * @compile PatchModule2DirsMain.java ! * @run main PatchModuleTestJarDir */ import java.io.File; import jdk.test.lib.compiler.InMemoryJavaCompiler; --- 26,36 ---- * @summary Make sure --patch-module works when a jar file and a directory is specified for a module * @library /test/lib * @modules java.base/jdk.internal.misc * jdk.jartool/sun.tools.jar * @compile PatchModule2DirsMain.java ! * @run driver PatchModuleTestJarDir */ import java.io.File; import jdk.test.lib.compiler.InMemoryJavaCompiler;
< prev index next >