--- old/test/runtime/CommandLine/NonBooleanFlagWithInvalidBooleanPrefix.java 2015-02-24 10:33:35.450394163 -0800 +++ new/test/runtime/CommandLine/NonBooleanFlagWithInvalidBooleanPrefix.java 2015-02-24 10:33:34.698357801 -0800 @@ -26,6 +26,8 @@ * @bug 8006298 * @summary Using a bool (+/-) prefix on non-bool flag should result in a useful error message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm NonBooleanFlagWithInvalidBooleanPrefix */ import com.oracle.java.testlibrary.*;