--- old/test/serviceability/dcmd/vm/SystemPropertiesTest.java 2015-04-28 14:50:12.261861487 +0300 +++ new/test/serviceability/dcmd/vm/SystemPropertiesTest.java 2015-04-28 14:50:12.185861489 +0300 @@ -23,9 +23,9 @@ import org.testng.annotations.Test; -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; /* * @test @@ -35,8 +35,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.* * @run testng SystemPropertiesTest */ public class SystemPropertiesTest {