hotspot/test/runtime/CommandLine/VMDeprecatedOptions.java
changeset 40631 ed82623d7831
parent 38152 80e5da81fb2c
child 43605 07baf498d588
--- a/hotspot/test/runtime/CommandLine/VMDeprecatedOptions.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/runtime/CommandLine/VMDeprecatedOptions.java	Fri Aug 19 10:06:30 2016 -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 {