src/share/vm/runtime/globals.hpp

Print this page
rev 5099 : dummy

@@ -2821,10 +2821,13 @@
           "Number of invocations of sweeper to cover all nmethods")         \
                                                                             \
   product(intx, NmethodSweepCheckInterval, 5,                               \
           "Compilers wake up every n seconds to possibly sweep nmethods")   \
                                                                             \
+  product(intx, NmethodSweepActivity, 10,                                   \
+          "Higher values result in more aggressive sweeping")               \
+                                                                            \
   notproduct(bool, LogSweeper, false,                                       \
             "Keep a ring buffer of sweeper activity")                       \
                                                                             \
   notproduct(intx, SweeperLogEntries, 1024,                                 \
             "Number of records in the ring buffer of sweeper activity")     \