hotspot/test/runtime/NMT/SummarySanityCheck.java
changeset 26149 dd15a4c3746b
parent 26147 8f797b3ef01e
parent 25960 729cd80956ae
child 28190 5a6b07edeb21
equal deleted inserted replaced
26148:056b1af3e085 26149:dd15a4c3746b
    26  * @key nmt jcmd
    26  * @key nmt jcmd
    27  * @summary Sanity check the output of NMT
    27  * @summary Sanity check the output of NMT
    28  * @library /testlibrary /testlibrary/whitebox
    28  * @library /testlibrary /testlibrary/whitebox
    29  * @build SummarySanityCheck
    29  * @build SummarySanityCheck
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck
    32  */
    33  */
    33 
    34 
    34 import com.oracle.java.testlibrary.*;
    35 import com.oracle.java.testlibrary.*;
    35 
    36