hotspot/src/share/vm/runtime/safepoint.cpp
changeset 25477 7dad9f95fd31
parent 25354 f6762819b488
child 25716 fc9bd7814b10
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Mon Jul 07 12:08:07 2014 -0400
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Tue Jul 08 08:04:06 2014 -0700
@@ -322,7 +322,7 @@
         SpinPause() ;     // MP-Polite spin
       } else
       if (steps < DeferThrSuspendLoopCount) {
-        os::NakedYield() ;
+        os::naked_yield() ;
       } else {
         os::naked_short_sleep(1);
       }