--- old/test/serviceability/dcmd/compiler/CodelistTest.java 2015-04-28 14:50:06.397861659 +0300 +++ new/test/serviceability/dcmd/compiler/CodelistTest.java 2015-04-28 14:50:06.321861661 +0300 @@ -29,8 +29,8 @@ * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor - * @build com.oracle.java.testlibrary.* - * @build com.oracle.java.testlibrary.dcmd.* + * @build jdk.test.lib.* + * @build jdk.test.lib.dcmd.* * @build MethodIdentifierParser * @run testng CodelistTest * @summary Test of diagnostic command Compiler.codelist @@ -39,9 +39,9 @@ import org.testng.annotations.Test; import org.testng.Assert; -import com.oracle.java.testlibrary.OutputAnalyzer; -import com.oracle.java.testlibrary.dcmd.CommandExecutor; -import com.oracle.java.testlibrary.dcmd.JMXExecutor; +import jdk.test.lib.OutputAnalyzer; +import jdk.test.lib.dcmd.CommandExecutor; +import jdk.test.lib.dcmd.JMXExecutor; import java.lang.reflect.Method;