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") \ |