< prev index next >

test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java

Print this page
rev 59076 : [mq]: 8243945

*** 26,36 **** * @bug 8078470 * @summary Test using -XX:OnError=<cmd> * @modules java.base/jdk.internal.misc * @library /test/lib * @requires vm.debug ! * @run main TestOnError */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.Platform; --- 26,36 ---- * @bug 8078470 * @summary Test using -XX:OnError=<cmd> * @modules java.base/jdk.internal.misc * @library /test/lib * @requires vm.debug ! * @run driver TestOnError */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.Platform;
< prev index next >