diff -r f20df9375ac9 -r 3c4c913195e3 hotspot/test/runtime/Unsafe/GetUncompressedObject.java --- 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;