< prev index next >

test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestJcmdOutput.java

Print this page
rev 59076 : [mq]: 8243945

*** 28,38 **** * jcmd does not print an error message to the target process output. * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.management ! * @run main TestJcmdOutput */ import jdk.test.lib.Asserts; import jdk.test.lib.management.DynamicVMOption; import jdk.test.lib.process.OutputAnalyzer; --- 28,38 ---- * jcmd does not print an error message to the target process output. * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.management ! * @run driver TestJcmdOutput */ import jdk.test.lib.Asserts; import jdk.test.lib.management.DynamicVMOption; import jdk.test.lib.process.OutputAnalyzer;
< prev index next >