hotspot/test/runtime/Unsafe/GetPutLong.java
changeset 38152 80e5da81fb2c
parent 36851 03e2f4d0a421
child 40631 ed82623d7831
--- a/hotspot/test/runtime/Unsafe/GetPutLong.java	Fri Apr 29 22:40:51 2016 -0400
+++ b/hotspot/test/runtime/Unsafe/GetPutLong.java	Sun May 01 12:47:00 2016 +0300
@@ -32,7 +32,7 @@
 
 import java.lang.reflect.Field;
 import jdk.test.lib.*;
-import sun.misc.Unsafe;
+import jdk.internal.misc.Unsafe;
 import static jdk.test.lib.Asserts.*;
 
 public class GetPutLong {