--- old/test/runtime/memory/ReadFromNoaccessArea.java 2014-12-09 15:13:24.593781757 +0100 +++ new/test/runtime/memory/ReadFromNoaccessArea.java 2014-12-09 15:13:24.329781748 +0100 @@ -24,15 +24,15 @@ /* * @test * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build ReadFromNoaccessArea - * @run main ClassFileInstaller sun.hotspot.WhiteBox - * sun.hotspot.WhiteBox$WhiteBoxPermission + * @run main ClassFileInstaller jdk.testlib.WhiteBox + * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main ReadFromNoaccessArea */ import com.oracle.java.testlibrary.*; -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class ReadFromNoaccessArea {