--- old/test/runtime/Unsafe/GetPutLong.java 2016-09-12 13:57:14.927348617 -0400 +++ new/test/runtime/Unsafe/GetPutLong.java 2016-09-12 13:57:14.397469265 -0400 @@ -31,13 +31,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 GetPutLong { 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("l");