--- old/test/runtime/Unsafe/AllocateMemory.java 2015-04-28 14:49:55.293861983 +0300 +++ new/test/runtime/Unsafe/AllocateMemory.java 2015-04-28 14:49:55.217861985 +0300 @@ -30,9 +30,9 @@ * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:MallocMaxTestWords=100m AllocateMemory */ -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 AllocateMemory { public static void main(String args[]) throws Exception {