--- old/test/runtime/NMT/SummarySanityCheck.java 2014-12-09 15:13:24.769781762 +0100 +++ new/test/runtime/NMT/SummarySanityCheck.java 2014-12-09 15:13:24.437781752 +0100 @@ -25,10 +25,10 @@ * @test * @key nmt jcmd * @summary Sanity check the output of NMT - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build SummarySanityCheck - * @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:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck */ @@ -36,7 +36,7 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class SummarySanityCheck {