--- old/test/runtime/Unsafe/GetPutInt.java 2015-04-28 14:49:58.485861890 +0300 +++ new/test/runtime/Unsafe/GetPutInt.java 2015-04-28 14:49:58.405861892 +0300 @@ -30,9 +30,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 GetPutInt { public static void main(String args[]) throws Exception {