--- old/test/runtime/NMT/JcmdDetailDiff.java 2014-12-09 15:13:22.601781694 +0100 +++ new/test/runtime/NMT/JcmdDetailDiff.java 2014-12-09 15:13:22.225781682 +0100 @@ -25,16 +25,16 @@ * @test * @summary run NMT baseline, allocate memory and verify output from detail.diff * @key nmt jcmd - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @ignore * @build JcmdDetailDiff - * @run main ClassFileInstaller sun.hotspot.WhiteBox + * @run main ClassFileInstaller jdk.testlib.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail JcmdDetailDiff */ import com.oracle.java.testlibrary.*; -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class JcmdDetailDiff {