--- old/test/compiler/jvmci/compilerToVM/ResolveFieldInPoolTest.java 2016-09-12 13:56:24.204322977 -0400 +++ new/test/compiler/jvmci/compilerToVM/ResolveFieldInPoolTest.java 2016-09-12 13:56:23.622386508 -0400 @@ -53,7 +53,6 @@ import jdk.internal.misc.Unsafe; import jdk.internal.org.objectweb.asm.Opcodes; import jdk.test.lib.Asserts; -import jdk.test.lib.unsafe.UnsafeHelper; import jdk.vm.ci.hotspot.CompilerToVMHelper; import jdk.vm.ci.hotspot.HotSpotResolvedObjectType; import jdk.vm.ci.meta.ConstantPool; @@ -69,7 +68,7 @@ */ public class ResolveFieldInPoolTest { - private static final Unsafe UNSAFE = UnsafeHelper.getUnsafe(); + private static final Unsafe UNSAFE = Unsafe.getUnsafe(); public static void main(String[] args) throws Exception { Map typeTests = new HashMap<>();