hotspot/src/share/vm/runtime/globals.hpp
changeset 5533 e8d9ff82ec62
parent 5426 470c15eda401
child 5539 261ecc5bb65e
equal deleted inserted replaced
5532:34c4ef11dbed 5533:e8d9ff82ec62
  2754           "Delay in milliseconds for option SafepointTimeout")              \
  2754           "Delay in milliseconds for option SafepointTimeout")              \
  2755                                                                             \
  2755                                                                             \
  2756   product(intx, NmethodSweepFraction, 4,                                    \
  2756   product(intx, NmethodSweepFraction, 4,                                    \
  2757           "Number of invocations of sweeper to cover all nmethods")         \
  2757           "Number of invocations of sweeper to cover all nmethods")         \
  2758                                                                             \
  2758                                                                             \
       
  2759   product(intx, NmethodSweepCheckInterval, 5,                               \
       
  2760           "Compilers wake up every n seconds to possibly sweep nmethods")   \
       
  2761                                                                             \
  2759   notproduct(intx, MemProfilingInterval, 500,                               \
  2762   notproduct(intx, MemProfilingInterval, 500,                               \
  2760           "Time between each invocation of the MemProfiler")                \
  2763           "Time between each invocation of the MemProfiler")                \
  2761                                                                             \
  2764                                                                             \
  2762   develop(intx, MallocCatchPtr, -1,                                         \
  2765   develop(intx, MallocCatchPtr, -1,                                         \
  2763           "Hit breakpoint when mallocing/freeing this pointer")             \
  2766           "Hit breakpoint when mallocing/freeing this pointer")             \