< prev index next >

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

Print this page
rev 59076 : [mq]: 8243945

@@ -24,10 +24,11 @@
 /*
  * @test
  * @summary Module system initialization exception results if a module is specificed twice to --patch-module.
  * @modules java.base/jdk.internal.misc
  * @library /test/lib
+ * @run driver PatchModuleDupModule
  */
 
 import jdk.test.lib.process.OutputAnalyzer;
 import jdk.test.lib.process.ProcessTools;
 
< prev index next >