--- old/test/runtime/CommandLine/VMOptionWarning.java 2015-02-24 10:33:48.489024588 -0800 +++ new/test/runtime/CommandLine/VMOptionWarning.java 2015-02-24 10:33:47.923997269 -0800 @@ -26,6 +26,8 @@ * @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.*;