--- old/test/runtime/Unsafe/AllocateMemory.java 2016-08-11 13:39:20.379022100 -0400 +++ new/test/runtime/Unsafe/AllocateMemory.java 2016-08-11 13:39:19.951545300 -0400 @@ -25,13 +25,13 @@ * @test * @requires vm.compMode != "Xcomp" * @summary Verifies behaviour of Unsafe.allocateMemory - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:MallocMaxTestWords=100m AllocateMemory */ -import jdk.test.lib.*; +import jdk.test.lib.Utils; import jdk.internal.misc.Unsafe; import static jdk.test.lib.Asserts.*;