< prev index next >

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

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

*** 293,303 **** } } } if (strace001.DEPTH - currentDepth > 0) { ! yield(); recursiveMethod(); } currentDepth--; } --- 293,303 ---- } } } if (strace001.DEPTH - currentDepth > 0) { ! Thread.yield(); recursiveMethod(); } currentDepth--; }
< prev index next >