diff src/share/vm/runtime/globals.hpp @ 4945:cfdfbeac0a5b

7145345: Code cache sweeper must cooperate with safepoints Summary: Safepoint in the sweeper loop in necessary Reviewed-by: kvn, never
author iveresov
date Wed, 15 Feb 2012 12:32:03 -0800
parents 379b22e03c32
children 33df1aeaebbf 2d503de963b3
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Feb 15 10:12:55 2012 -0800
+++ b/src/share/vm/runtime/globals.hpp	Wed Feb 15 12:32:03 2012 -0800
@@ -3013,7 +3013,7 @@
   product(intx, SafepointTimeoutDelay, 10000,                               \
           "Delay in milliseconds for option SafepointTimeout")              \
                                                                             \
-  product(intx, NmethodSweepFraction, 4,                                    \
+  product(intx, NmethodSweepFraction, 16,                                    \
           "Number of invocations of sweeper to cover all nmethods")         \
                                                                             \
   product(intx, NmethodSweepCheckInterval, 5,                               \