--- old/test/runtime/Unsafe/GetPutInt.java 2016-09-12 13:57:13.173039855 -0400 +++ new/test/runtime/Unsafe/GetPutInt.java 2016-09-12 13:57:12.542497872 -0400 @@ -30,13 +30,12 @@ */ import java.lang.reflect.Field; -import jdk.test.lib.unsafe.UnsafeHelper; import jdk.internal.misc.Unsafe; import static jdk.test.lib.Asserts.*; public class GetPutInt { public static void main(String args[]) throws Exception { - Unsafe unsafe = UnsafeHelper.getUnsafe(); + Unsafe unsafe = Unsafe.getUnsafe(); Test t = new Test(); Field field = Test.class.getField("i");