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