--- old/test/runtime/CommandLine/UnrecognizedVMOption.java 2016-08-11 13:34:53.653855700 -0400 +++ new/test/runtime/CommandLine/UnrecognizedVMOption.java 2016-08-11 13:34:53.243059900 -0400 @@ -25,12 +25,13 @@ * @test * @bug 8006298 * @summary Using an unrecognized VM option should print the name of the option - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ -import jdk.test.lib.*; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; public class UnrecognizedVMOption { public static void main(String[] args) throws Exception {