hotspot/test/runtime/ErrorHandling/SecondaryErrorTest.java
changeset 30604 b8d532cb6420
parent 30240 a7ba42fa1df6
child 33812 561dfbbc8b39
--- a/hotspot/test/runtime/ErrorHandling/SecondaryErrorTest.java	Sat May 02 18:40:37 2015 -0700
+++ b/hotspot/test/runtime/ErrorHandling/SecondaryErrorTest.java	Mon May 04 16:30:07 2015 +0200
@@ -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 {