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