hotspot/src/share/vm/runtime/safepoint.cpp
changeset 24096 6f7e28b293fb
parent 24094 5dbf1f44de18
parent 23865 ba4aeedb2a9f
child 24426 0a69c8cdfca9
child 24351 61b33cc6d3cf
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Fri Apr 11 18:28:39 2014 +0200
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Mon Apr 14 10:08:10 2014 +0200
@@ -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).
       }