--- old/test/runtime/ErrorHandling/SecondaryErrorTest.java 2015-04-28 14:49:37.465862504 +0300 +++ new/test/runtime/ErrorHandling/SecondaryErrorTest.java 2015-04-28 14:49:37.389862507 +0300 @@ -38,9 +38,9 @@ import java.io.InputStreamReader; import java.util.regex.Pattern; -import com.oracle.java.testlibrary.OutputAnalyzer; -import com.oracle.java.testlibrary.Platform; -import com.oracle.java.testlibrary.ProcessTools; +import jdk.test.lib.OutputAnalyzer; +import jdk.test.lib.Platform; +import jdk.test.lib.ProcessTools; public class SecondaryErrorTest {