< prev index next >

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

Print this page
rev 59076 : [mq]: 8243945

@@ -26,11 +26,11 @@
  * @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
+ * @run driver PatchModuleTestJarDir
  */
 
 import java.io.File;
 
 import jdk.test.lib.compiler.InMemoryJavaCompiler;
< prev index next >