test/runtime/NMT/JcmdWithNMTDisabled.java

changeset 7075
ac12996df59b
parent 0
f90c822e73f8
child 7110
6640f982c1be
equal deleted inserted replaced
7074:833b0f92429a 7075:ac12996df59b
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
29 * First run without enabling NMT 30 * First run without enabling NMT
30 * @run main/othervm JcmdWithNMTDisabled 31 * @run main/othervm JcmdWithNMTDisabled
31 * Then run with explicitly disabling NMT, should not be any difference 32 * Then run with explicitly disabling NMT, should not be any difference
32 * @run main/othervm -XX:NativeMemoryTracking=off JcmdWithNMTDisabled 33 * @run main/othervm -XX:NativeMemoryTracking=off JcmdWithNMTDisabled
33 */ 34 */

mercurial