--- old/test/sun/tools/jps/TestJpsClass.java 2016-08-24 11:59:04.152475967 +0300 +++ new/test/sun/tools/jps/TestJpsClass.java 2016-08-24 11:59:04.054475969 +0300 @@ -24,8 +24,8 @@ 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 @@ -34,10 +34,10 @@ * 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 driver TestJpsClass */ public class TestJpsClass {