hotspot/test/runtime/Unsafe/AllocateInstance.java
changeset 41092 c388d897472d
parent 40855 3c4c913195e3
--- a/hotspot/test/runtime/Unsafe/AllocateInstance.java	Tue Sep 13 21:29:30 2016 +0000
+++ b/hotspot/test/runtime/Unsafe/AllocateInstance.java	Wed Sep 14 08:17:50 2016 -0400
@@ -30,12 +30,11 @@
  * @run main AllocateInstance
  */
 
-import jdk.test.lib.unsafe.UnsafeHelper;
 import jdk.internal.misc.Unsafe;
 import static jdk.test.lib.Asserts.*;
 
 public class AllocateInstance {
-    static final Unsafe UNSAFE = UnsafeHelper.getUnsafe();
+    static final Unsafe UNSAFE = Unsafe.getUnsafe();
 
     class TestClass {
         public boolean calledConstructor = false;