--- old/test/runtime/CommandLine/VMDeprecatedOptions.java 2016-08-11 13:34:58.528555900 -0400 +++ new/test/runtime/CommandLine/VMDeprecatedOptions.java 2016-08-11 13:34:58.109178800 -0400 @@ -21,7 +21,8 @@ * questions. */ -import jdk.test.lib.*; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.cli.*; /* @@ -29,7 +30,7 @@ * @bug 8066821 * @summary Test that various options are deprecated. See deprecated_jvm_flags in arguments.cpp. * @modules java.base/jdk.internal.misc - * @library /testlibrary + * @library /test/lib */ public class VMDeprecatedOptions {