< prev index next >

test/hotspot/jtreg/runtime/Throwable/TestMaxJavaStackTraceDepth.java

Print this page
rev 59076 : [mq]: 8243945

*** 26,36 **** * @bug 7179701 * @summary MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM * @modules java.base/jdk.internal.misc:open * @modules java.base/java.lang:open * @library /test/lib ! * @run main TestMaxJavaStackTraceDepth runTest */ import java.lang.reflect.Field; import jdk.test.lib.Asserts; import jdk.test.lib.process.OutputAnalyzer; --- 26,36 ---- * @bug 7179701 * @summary MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM * @modules java.base/jdk.internal.misc:open * @modules java.base/java.lang:open * @library /test/lib ! * @run driver TestMaxJavaStackTraceDepth runTest */ import java.lang.reflect.Field; import jdk.test.lib.Asserts; import jdk.test.lib.process.OutputAnalyzer;
< prev index next >