< prev index next >

test/hotspot/jtreg/runtime/NMT/JcmdWithNMTDisabled.java

Print this page
rev 59076 : [mq]: 8243945

*** 26,36 **** * @key nmt jcmd * @summary Verify that jcmd correctly reports that NMT is not enabled * @library /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @run main JcmdWithNMTDisabled 1 */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.JDKToolFinder; --- 26,36 ---- * @key nmt jcmd * @summary Verify that jcmd correctly reports that NMT is not enabled * @library /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @run driver JcmdWithNMTDisabled 1 */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.JDKToolFinder;
< prev index next >