--- old/test/runtime/CommandLine/ObsoleteFlagErrorMessage.java 2015-02-24 10:33:37.256481488 -0800 +++ new/test/runtime/CommandLine/ObsoleteFlagErrorMessage.java 2015-02-24 10:33:36.682453734 -0800 @@ -26,6 +26,8 @@ * @bug 8060449 * @summary Newly obsolete command line options should still give useful error messages when used improperly. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm ObsoleteFlagErrorMessage */ import com.oracle.java.testlibrary.*;