test/runtime/NMT/SummarySanityCheck.java

changeset 7110
6640f982c1be
parent 7075
ac12996df59b
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
7109:f5164941749c 7110:6640f982c1be
25 * @test 25 * @test
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 * @ignore
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox 30 * @run main ClassFileInstaller sun.hotspot.WhiteBox
32 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck 31 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck
33 */ 32 */
34 33
35 import com.oracle.java.testlibrary.*; 34 import com.oracle.java.testlibrary.*;

mercurial