< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace006.java

Print this page
rev 56807 : [mq]: 8232684-v2

*** 329,339 **** } else if (currentDepth > 1 && !isNativeResolved) isNativeResolved = true; if (strace006.DEPTH - currentDepth > 0) { try { ! yield(); recursiveMethod2(); } catch (StackOverflowError e) { // ignore this exception } } --- 329,339 ---- } else if (currentDepth > 1 && !isNativeResolved) isNativeResolved = true; if (strace006.DEPTH - currentDepth > 0) { try { ! Thread.yield(); recursiveMethod2(); } catch (StackOverflowError e) { // ignore this exception } }
< prev index next >