< prev index next >

test/sun/tools/jps/TestJpsJar.java

Print this page

        

@@ -23,24 +23,24 @@
 
 import java.io.File;
 import java.util.ArrayList;
 import java.util.List;
 
-import jdk.testlibrary.OutputAnalyzer;
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.ProcessTools;
 
 /*
  * @test
  * @summary The test application will be started with absolute jar:
  *          java -jar /tmp/jtreg/jtreg-workdir/scratch/JpsBase.jar
  *          For all possible combinations of jps arguments a jps process
  *          will be started from within the test application.
  *          The output should contain proper values.
- * @library /lib/testlibrary
+ * @library /test/lib
  * @modules jdk.jartool/sun.tools.jar
  *          java.management
- * @build jdk.testlibrary.* JpsHelper JpsBase
+ * @build JpsHelper JpsBase
  * @run main/othervm TestJpsJar
  */
 public class TestJpsJar {
 
     public static void main(String[] args) throws Throwable {
< prev index next >