< prev index next >

test/runtime/CommandLine/VMOptionWarning.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @test
  * @bug 8027314
  * @summary Warn if diagnostic or experimental vm option is used and -XX:+UnlockDiagnosticVMOptions or -XX:+UnlockExperimentalVMOptions, respectively, isn't specified. Warn if develop or notproduct vm option is used with product version of VM.
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm VMOptionWarning
  */
 
 import com.oracle.java.testlibrary.*;
 
 public class VMOptionWarning {
< prev index next >