< prev index next >

test/jdk/java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java

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

*** 195,205 **** public void run() { try { while (!done) { try { testRunnable.run(); ! yield(); } catch (Throwable t) { numexceptions++; t.printStackTrace(); } } --- 195,205 ---- public void run() { try { while (!done) { try { testRunnable.run(); ! Thread.yield(); } catch (Throwable t) { numexceptions++; t.printStackTrace(); } }
< prev index next >