--- old/test/testlibrary_tests/OutputAnalyzerReportingTest.java 2015-04-28 14:50:15.201861401 +0300 +++ new/test/testlibrary_tests/OutputAnalyzerReportingTest.java 2015-04-28 14:50:15.125861403 +0300 @@ -35,8 +35,8 @@ import java.io.ByteArrayOutputStream; import java.io.PrintStream; -import com.oracle.java.testlibrary.OutputAnalyzer; -import com.oracle.java.testlibrary.ProcessTools; +import jdk.test.lib.OutputAnalyzer; +import jdk.test.lib.ProcessTools; public class OutputAnalyzerReportingTest {