< prev index next >

test/runtime/NMT/JcmdDetailDiff.java

Print this page

        

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