--- old/test/runtime/Unsafe/CopyMemory.java 2015-04-28 14:49:55.581861975 +0300 +++ new/test/runtime/Unsafe/CopyMemory.java 2015-04-28 14:49:55.509861977 +0300 @@ -30,9 +30,9 @@ * @run main CopyMemory */ -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 CopyMemory { final static int LENGTH = 8;