--- old/test/runtime/Unsafe/GetPutByte.java 2015-04-28 14:49:57.325861924 +0300 +++ new/test/runtime/Unsafe/GetPutByte.java 2015-04-28 14:49:57.249861926 +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 GetPutByte { public static void main(String args[]) throws Exception {