hotspot/test/runtime/NMT/JcmdDetailDiff.java
changeset 30604 b8d532cb6420
parent 30236 1b49e7ab091e
child 33730 30e064828045
equal deleted inserted replaced
30603:a8754858a7fc 30604:b8d532cb6420
    31  * @build JcmdDetailDiff
    31  * @build JcmdDetailDiff
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail JcmdDetailDiff
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail JcmdDetailDiff
    34  */
    34  */
    35 
    35 
    36 import com.oracle.java.testlibrary.*;
    36 import jdk.test.lib.*;
    37 
    37 
    38 import sun.hotspot.WhiteBox;
    38 import sun.hotspot.WhiteBox;
    39 
    39 
    40 public class JcmdDetailDiff {
    40 public class JcmdDetailDiff {
    41 
    41