hotspot/test/runtime/Unsafe/GetUncompressedObject.java
changeset 40855 3c4c913195e3
parent 40631 ed82623d7831
child 41092 c388d897472d
--- a/hotspot/test/runtime/Unsafe/GetUncompressedObject.java	Thu Aug 25 14:12:09 2016 +0400
+++ b/hotspot/test/runtime/Unsafe/GetUncompressedObject.java	Thu Aug 25 08:40:53 2016 -0400
@@ -30,13 +30,13 @@
 
 import static jdk.test.lib.Asserts.*;
 
-import jdk.test.lib.Utils;
+import jdk.test.lib.unsafe.UnsafeHelper;
 import jdk.internal.misc.Unsafe;
 
 public class GetUncompressedObject {
 
     public static void main(String args[]) throws Exception {
-        Unsafe unsafe = Utils.getUnsafe();
+        Unsafe unsafe = UnsafeHelper.getUnsafe();
 
         // Allocate some memory and fill it with non-zero values.
         final int size = 32;