test/runtime/NMT/SummaryAfterShutdown.java

changeset 7110
6640f982c1be
parent 7075
ac12996df59b
equal deleted inserted replaced
7109:f5164941749c 7110:6640f982c1be
24 /* 24 /*
25 * @test 25 * @test
26 * @key nmt jcmd 26 * @key nmt jcmd
27 * @summary Verify that jcmd correctly reports that NMT is not enabled after a shutdown 27 * @summary Verify that jcmd correctly reports that NMT is not enabled after a shutdown
28 * @library /testlibrary 28 * @library /testlibrary
29 * @ignore
30 * @run main/othervm -XX:NativeMemoryTracking=detail SummaryAfterShutdown 29 * @run main/othervm -XX:NativeMemoryTracking=detail SummaryAfterShutdown
31 */ 30 */
32 31
33 import com.oracle.java.testlibrary.*; 32 import com.oracle.java.testlibrary.*;
34 33

mercurial