--- old/test/runtime/CommandLine/UnrecognizedVMOption.java 2015-02-24 10:33:46.428924981 -0800 +++ new/test/runtime/CommandLine/UnrecognizedVMOption.java 2015-02-24 10:33:45.825895824 -0800 @@ -26,6 +26,8 @@ * @bug 8006298 * @summary Using an unrecognized VM option should print the name of the option * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm UnrecognizedVMOption */ import com.oracle.java.testlibrary.*;