hotspot/test/runtime/ErrorHandling/ProblematicFrameTest.java
changeset 30604 b8d532cb6420
parent 30240 a7ba42fa1df6
child 36851 03e2f4d0a421
--- a/hotspot/test/runtime/ErrorHandling/ProblematicFrameTest.java	Sat May 02 18:40:37 2015 -0700
+++ b/hotspot/test/runtime/ErrorHandling/ProblematicFrameTest.java	Mon May 04 16:30:07 2015 +0200
@@ -30,14 +30,14 @@
  *          java.compiler
  *          java.management
  *          jdk.jvmstat/sun.jvmstat.monitor
- * @build com.oracle.java.testlibrary.*
+ * @build jdk.test.lib.*
  * @run driver ProblematicFrameTest
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 import sun.misc.Unsafe;
-import com.oracle.java.testlibrary.Utils;
+import jdk.test.lib.Utils;
 
 public class ProblematicFrameTest {
     private static class Crasher {