< prev index next >

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

Print this page
rev 59076 : [mq]: 8243945

@@ -26,10 +26,11 @@
  * @bug 8006298 8204055
  * @summary Using an unrecognized VM option should print the name of the option
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
+ * @run driver UnrecognizedVMOption
  */
 
 import jdk.test.lib.process.ProcessTools;
 import jdk.test.lib.process.OutputAnalyzer;
 
< prev index next >