hotspot/src/share/vm/runtime/safepoint.cpp
changeset 23865 ba4aeedb2a9f
parent 23517 27c4307d6cda
child 24096 6f7e28b293fb
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Wed Apr 02 16:08:59 2014 +0100
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Thu Apr 03 09:28:28 2014 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -319,7 +319,7 @@
       if (steps < DeferThrSuspendLoopCount) {
         os::NakedYield() ;
       } else {
-        os::yield_all(steps) ;
+        os::yield_all() ;
         // Alternately, the VM thread could transiently depress its scheduling priority or
         // transiently increase the priority of the tardy mutator(s).
       }