hotspot/test/gc/g1/TestPLABOutput.java
changeset 40631 ed82623d7831
parent 39414 4adf52148100
--- a/hotspot/test/gc/g1/TestPLABOutput.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/gc/g1/TestPLABOutput.java	Fri Aug 19 10:06:30 2016 -0400
@@ -28,7 +28,7 @@
  * @requires vm.gc.G1
  * @key gc
  * @modules java.base/jdk.internal.misc
- * @library /testlibrary /test/lib
+ * @library /test/lib
  * @build sun.hotspot.WhiteBox
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run driver TestPLABOutput
@@ -39,9 +39,9 @@
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
-import jdk.test.lib.OutputAnalyzer;
 import jdk.test.lib.Platform;
-import jdk.test.lib.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 import static jdk.test.lib.Asserts.*;