--- old/test/runtime/CommandLine/IgnoreUnrecognizedVMOptions.java 2016-08-11 13:34:19.057343900 -0400 +++ new/test/runtime/CommandLine/IgnoreUnrecognizedVMOptions.java 2016-08-11 13:34:18.644586200 -0400 @@ -21,14 +21,16 @@ * questions. */ -import jdk.test.lib.*; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.Platform; /* * @test * @bug 8129855 * @summary -XX:+IgnoreUnrecognizedVMOptions should work according to the spec from JDK-8129855 * - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main IgnoreUnrecognizedVMOptions