--- old/test/runtime/Unsafe/GetPutObject.java 2015-04-28 14:49:59.069861873 +0300 +++ new/test/runtime/Unsafe/GetPutObject.java 2015-04-28 14:49:58.997861875 +0300 @@ -31,9 +31,9 @@ */ import java.lang.reflect.Field; -import com.oracle.java.testlibrary.*; +import jdk.test.lib.*; import sun.misc.Unsafe; -import static com.oracle.java.testlibrary.Asserts.*; +import static jdk.test.lib.Asserts.*; public class GetPutObject { public static void main(String args[]) throws Exception {