hotspot/test/gc/TestVerifySubSet.java
changeset 40631 ed82623d7831
parent 38084 21c37af5ba7e
child 40886 98cb935dc074
--- a/hotspot/test/gc/TestVerifySubSet.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/gc/TestVerifySubSet.java	Fri Aug 19 10:06:30 2016 -0400
@@ -25,13 +25,13 @@
  * @key gc
  * @bug 8072725
  * @summary Test VerifySubSet option
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  */
 
-import jdk.test.lib.OutputAnalyzer;
-import jdk.test.lib.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 import java.util.ArrayList;
 import java.util.Collections;
 import jdk.test.lib.Utils;