< prev index next >

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

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

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