hotspot/src/share/vm/runtime/globals.hpp
changeset 8925 5fdd1d28e7ef
parent 8728 3f1bcd33068e
child 9178 1a022d4f1bc3
child 8932 a676b28e2093
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Mar 25 17:39:20 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 23 14:12:51 2011 +0100
@@ -1924,7 +1924,7 @@
   experimental(intx, WorkStealingSleepMillis, 1,                            \
           "Sleep time when sleep is used for yields")                       \
                                                                             \
-  experimental(uintx, WorkStealingYieldsBeforeSleep, 1000,                  \
+  experimental(uintx, WorkStealingYieldsBeforeSleep, 5000,                  \
           "Number of yields before a sleep is done during workstealing")    \
                                                                             \
   experimental(uintx, WorkStealingHardSpins, 4096,                          \