test/runtime/NMT/JcmdWithNMTDisabled.java

changeset 7110
6640f982c1be
parent 7075
ac12996df59b
child 8183
dce765c2ff7d
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 27 * @summary Verify that jcmd correctly reports that NMT is not enabled
28 * @library /testlibrary 28 * @library /testlibrary
29 * @ignore
30 * First run without enabling NMT 29 * First run without enabling NMT
31 * @run main/othervm JcmdWithNMTDisabled 30 * @run main/othervm JcmdWithNMTDisabled
32 * Then run with explicitly disabling NMT, should not be any difference 31 * Then run with explicitly disabling NMT, should not be any difference
33 * @run main/othervm -XX:NativeMemoryTracking=off JcmdWithNMTDisabled 32 * @run main/othervm -XX:NativeMemoryTracking=off JcmdWithNMTDisabled
34 */ 33 */

mercurial