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