--- old/test/runtime/NMT/ThreadedVirtualAllocTestType.java 2014-12-09 15:13:24.789781763 +0100 +++ new/test/runtime/NMT/ThreadedVirtualAllocTestType.java 2014-12-09 15:13:24.401781751 +0100 @@ -24,15 +24,15 @@ /* * @test * @key nmt jcmd - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build ThreadedVirtualAllocTestType - * @run main ClassFileInstaller sun.hotspot.WhiteBox - * sun.hotspot.WhiteBox$WhiteBoxPermission + * @run main ClassFileInstaller jdk.testlib.WhiteBox + * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedVirtualAllocTestType */ import com.oracle.java.testlibrary.*; -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class ThreadedVirtualAllocTestType { public static long addr;