hotspot/test/runtime/Unsafe/AllocateInstance.java
changeset 30604 b8d532cb6420
parent 29678 dd2f3932c21e
child 35567 4b293ebd9ef9
--- a/hotspot/test/runtime/Unsafe/AllocateInstance.java	Sat May 02 18:40:37 2015 -0700
+++ b/hotspot/test/runtime/Unsafe/AllocateInstance.java	Mon May 04 16:30:07 2015 +0200
@@ -30,9 +30,9 @@
  * @run main AllocateInstance
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 import sun.misc.Unsafe;
-import static com.oracle.java.testlibrary.Asserts.*;
+import static jdk.test.lib.Asserts.*;
 
 public class AllocateInstance {
     public static void main(String args[]) throws Exception {