--- old/test/gc/arguments/TestUnrecognizedVMOptionsHandling.java 2016-08-11 13:29:21.667564200 -0400 +++ new/test/gc/arguments/TestUnrecognizedVMOptionsHandling.java 2016-08-11 13:29:21.261208700 -0400 @@ -26,13 +26,14 @@ * @key gc * @bug 8017611 * @summary Tests handling unrecognized VM options - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main/othervm TestUnrecognizedVMOptionsHandling */ -import jdk.test.lib.*; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; public class TestUnrecognizedVMOptionsHandling {