--- old/test/runtime/memory/ReserveMemory.java 2014-12-09 15:13:25.029781771 +0100 +++ new/test/runtime/memory/ReserveMemory.java 2014-12-09 15:13:24.949781768 +0100 @@ -26,16 +26,16 @@ * @key regression * @bug 8012015 * @summary Make sure reserved (but uncommitted) memory is not accessible - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build ReserveMemory - * @run main ClassFileInstaller sun.hotspot.WhiteBox - * sun.hotspot.WhiteBox$WhiteBoxPermission + * @run main ClassFileInstaller jdk.testlib.WhiteBox + * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main ReserveMemory */ import com.oracle.java.testlibrary.*; -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class ReserveMemory { private static boolean isWindows() {