diff -r fffedc5e5cf8 -r 80e5da81fb2c hotspot/test/runtime/Unsafe/GetPutDouble.java --- a/hotspot/test/runtime/Unsafe/GetPutDouble.java Fri Apr 29 22:40:51 2016 -0400 +++ b/hotspot/test/runtime/Unsafe/GetPutDouble.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 GetPutDouble {