comparison test/runtime/NMT/SummarySanityCheck.java @ 8100:b861c8af2510

Merge
author hseigel
date Wed, 20 Feb 2013 07:42:01 -0500
parents 1b0dc9f87e75
children ac12996df59b
comparison
equal deleted inserted replaced
8099:4c1d8002ffb1 8100:b861c8af2510
23 23
24 /* 24 /*
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 28 * @library /testlibrary /testlibrary/whitebox
29 * @run compile -J-XX:+UnlockDiagnosticVMOptions -J-XX:+WhiteBoxAPI SummarySanityCheck.java 29 * @build SummarySanityCheck
30 * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck 30 * @run main ClassFileInstaller sun.hotspot.WhiteBox
31 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck
31 */ 32 */
32 33
33 import com.oracle.java.testlibrary.*; 34 import com.oracle.java.testlibrary.*;
34 35
35 import java.util.regex.Matcher; 36 import java.util.regex.Matcher;