test/runtime/NMT/PrintNMTStatistics.java

changeset 4637
1b0dc9f87e75
parent 4518
879c6de913d6
child 4814
c342fbdf8a70
equal deleted inserted replaced
4610:1048edb5434a 4637:1b0dc9f87e75
24 /* 24 /*
25 * @test 25 * @test
26 * @key nmt regression 26 * @key nmt regression
27 * @bug 8005936 27 * @bug 8005936
28 * @summary Make sure PrintNMTStatistics works on normal JVM exit 28 * @summary Make sure PrintNMTStatistics works on normal JVM exit
29 * @library /testlibrary 29 * @library /testlibrary /testlibrary/whitebox
30 * @run compile -J-XX:+UnlockDiagnosticVMOptions -J-XX:+WhiteBoxAPI PrintNMTStatistics.java 30 * @run compile PrintNMTStatistics.java
31 */ 31 */
32 32
33 import com.oracle.java.testlibrary.*; 33 import com.oracle.java.testlibrary.*;
34 34
35 import java.util.regex.Matcher; 35 import java.util.regex.Matcher;

mercurial