--- old/src/share/vm/runtime/globals.hpp Thu May 12 16:30:49 2011 +++ new/src/share/vm/runtime/globals.hpp Thu May 12 16:30:48 2011 @@ -2899,6 +2899,12 @@ product(intx, NmethodSweepCheckInterval, 5, \ "Compilers wake up every n seconds to possibly sweep nmethods") \ \ + 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") \ + \ notproduct(intx, MemProfilingInterval, 500, \ "Time between each invocation of the MemProfiler") \ \