< prev index next >

test/hotspot/jtreg/runtime/CommandLine/BooleanFlagWithInvalidValue.java

Print this page
rev 59076 : [mq]: 8243945

*** 26,35 **** --- 26,36 ---- * @bug 8006298 * @summary Setting an invalid value for a bool argument should result in a useful error message * @library /test/lib * @modules java.base/jdk.internal.misc * java.management + * @run driver BooleanFlagWithInvalidValue */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer;
< prev index next >