< prev index next >

test/runtime/NMT/JcmdSummaryDiff.java

Print this page

        

*** 31,41 **** * @build JcmdSummaryDiff * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary JcmdSummaryDiff */ ! import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; public class JcmdSummaryDiff { --- 31,41 ---- * @build JcmdSummaryDiff * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary JcmdSummaryDiff */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class JcmdSummaryDiff {
< prev index next >