< prev index next >

test/sun/tools/jps/JpsBase.java

Print this page

        

@@ -23,12 +23,12 @@
 
 import java.io.File;
 import java.net.URL;
 import java.util.List;
 
-import jdk.testlibrary.OutputAnalyzer;
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.ProcessTools;
 
 /**
  * The base class for testing the jps utility.
  * The test sequence is to start jps with different combinations of arguments
  * and verify the output contains proper values.
< prev index next >