< prev index next >

test/jdk/com/sun/jdi/SimulResumerTest.java

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

*** 69,79 **** } } public void bkpt1(int i) { synchronized(name1) { ! yield(); } } public void run1() { int i = 0; --- 69,79 ---- } } public void bkpt1(int i) { synchronized(name1) { ! Thread.yield(); } } public void run1() { int i = 0;
*** 83,93 **** } } public void bkpt2(int i) { synchronized(name2) { ! yield(); } } public void run2() { int i = 0; --- 83,93 ---- } } public void bkpt2(int i) { synchronized(name2) { ! Thread.yield(); } } public void run2() { int i = 0;
< prev index next >