< prev index next >

test/hotspot/jtreg/runtime/modules/ModuleStress/ModuleStressGC.java

Print this page
rev 59076 : [mq]: 8243945

@@ -26,11 +26,11 @@
  * @bug 8159262
  * @summary layers over the boot layer are repeatedly created, during this iteration, GCs are forced to verify correct walk of module and package lists.
  * @modules java.base/jdk.internal.misc
  * @library /test/lib
  * @compile ../CompilerUtils.java
- * @run main/othervm ModuleStressGC
+ * @run driver ModuleStressGC
  */
 
 import java.nio.file.Path;
 import java.nio.file.Paths;
 import jdk.test.lib.process.ProcessTools;
< prev index next >