< prev index next >

test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java

Print this page
rev 59076 : [mq]: 8243945

@@ -30,110 +30,110 @@
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 1 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 1 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (2 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 2 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 2 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (3 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 3 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 3 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (4 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 4 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 4 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (5 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 5 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 5 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (6 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 6 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 6 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (7 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 7 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 7 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (8 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 8 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 8 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (9 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 9 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 9 of 10
  */
 /*
  * @test
  * @bug 8205633
  * @summary Test VM Options with ranges (10 of 10)
  * @library /test/lib /runtime/CommandLine/OptionsValidation/common
  * @modules java.base/jdk.internal.misc
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run main/othervm/timeout=1800 TestOptionsWithRanges 10 of 10
+ * @run driver/timeout=1800 TestOptionsWithRanges 10 of 10
  */
 // --- end auto-generated
 
 import java.util.ArrayList;
 import java.util.Collections;
< prev index next >