diff src/share/vm/runtime/globals.hpp @ 1538:bfe29ec02863

6950075: nmethod sweeper should operate concurrently Reviewed-by: never, kvn Contributed-by: eric.caspole@amd.com
author never
date Mon, 17 May 2010 16:50:07 -0700
parents df736661d0c8
children 1a88d3c58e1d
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon May 17 11:32:56 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Mon May 17 16:50:07 2010 -0700
@@ -2756,6 +2756,9 @@
   product(intx, NmethodSweepFraction, 4,                                    \
           "Number of invocations of sweeper to cover all nmethods")         \
                                                                             \
+  product(intx, NmethodSweepCheckInterval, 5,                               \
+          "Compilers wake up every n seconds to possibly sweep nmethods")   \
+                                                                            \
   notproduct(intx, MemProfilingInterval, 500,                               \
           "Time between each invocation of the MemProfiler")                \
                                                                             \