hotspot/test/runtime/NMT/JcmdSummaryDiff.java
changeset 26147 8f797b3ef01e
parent 25952 25c2dca04a31
child 28190 5a6b07edeb21
equal deleted inserted replaced
26146:ce3202564442 26147:8f797b3ef01e
    25  * @test
    25  * @test
    26  * @summary run NMT baseline, allocate memory and verify output from summary.diff
    26  * @summary run NMT baseline, allocate memory and verify output from summary.diff
    27  * @key nmt jcmd
    27  * @key nmt jcmd
    28  * @library /testlibrary /testlibrary/whitebox
    28  * @library /testlibrary /testlibrary/whitebox
    29  * @build JcmdSummaryDiff
    29  * @build JcmdSummaryDiff
    30  * @ignore
       
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary JcmdSummaryDiff
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary JcmdSummaryDiff
    33  */
    32  */
    34 
    33 
    35 import com.oracle.java.testlibrary.*;
    34 import com.oracle.java.testlibrary.*;