< prev index next >

test/hotspot/jtreg/runtime/execstack/TestMT.java

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

@@ -76,10 +76,10 @@
             super(name);
         }
         public void run() {
             for (int i = 0; i < 10; ++i) {
                 TestMT.run(getName());
-                yield();
+                Thread.yield();
             }
         }
     }
 }
< prev index next >