< prev index next >

test/hotspot/jtreg/runtime/CommandLine/IgnoreUnrecognizedVMOptions.java

Print this page
rev 59076 : [mq]: 8243945

@@ -31,11 +31,11 @@
  * @summary -XX:+IgnoreUnrecognizedVMOptions should work according to the spec from JDK-8129855
  *
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @run main IgnoreUnrecognizedVMOptions
+ * @run driver IgnoreUnrecognizedVMOptions
  */
 public class IgnoreUnrecognizedVMOptions {
 
   private static void runJavaAndCheckExitValue(boolean shouldSucceed, String... args) throws Exception {
     ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(args);
< prev index next >