hotspot/src/share/vm/runtime/globals.hpp
changeset 9942 2e86734ba620
parent 9640 f85ccaa4b680
child 9946 b3d5b50e2289
equal deleted inserted replaced
9941:f2365fbd62f4 9942:2e86734ba620
  2907           "Number of invocations of sweeper to cover all nmethods")         \
  2907           "Number of invocations of sweeper to cover all nmethods")         \
  2908                                                                             \
  2908                                                                             \
  2909   product(intx, NmethodSweepCheckInterval, 5,                               \
  2909   product(intx, NmethodSweepCheckInterval, 5,                               \
  2910           "Compilers wake up every n seconds to possibly sweep nmethods")   \
  2910           "Compilers wake up every n seconds to possibly sweep nmethods")   \
  2911                                                                             \
  2911                                                                             \
       
  2912   notproduct(bool, LogSweeper, false,                                       \
       
  2913             "Keep a ring buffer of sweeper activity")                       \
       
  2914                                                                             \
       
  2915   notproduct(intx, SweeperLogEntries, 1024,                                 \
       
  2916             "Number of records in the ring buffer of sweeper activity")     \
       
  2917                                                                             \
  2912   notproduct(intx, MemProfilingInterval, 500,                               \
  2918   notproduct(intx, MemProfilingInterval, 500,                               \
  2913           "Time between each invocation of the MemProfiler")                \
  2919           "Time between each invocation of the MemProfiler")                \
  2914                                                                             \
  2920                                                                             \
  2915   develop(intx, MallocCatchPtr, -1,                                         \
  2921   develop(intx, MallocCatchPtr, -1,                                         \
  2916           "Hit breakpoint when mallocing/freeing this pointer")             \
  2922           "Hit breakpoint when mallocing/freeing this pointer")             \