--- old/test/runtime/NMT/MallocSiteHashOverflow.java 2014-12-09 15:13:22.505781690 +0100 +++ new/test/runtime/NMT/MallocSiteHashOverflow.java 2014-12-09 15:13:22.197781681 +0100 @@ -26,14 +26,14 @@ * @summary Test corner case that overflows malloc site hashtable bucket * @requires sun.arch.data.model == "32" * @key nmt jcmd stress - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build MallocSiteHashOverflow - * @run main ClassFileInstaller sun.hotspot.WhiteBox + * @run main ClassFileInstaller jdk.testlib.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow */ import com.oracle.java.testlibrary.*; -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class MallocSiteHashOverflow {