< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 7613 : [mq]: vmassert


2929                                                                             \
2930   product(intx, SafepointTimeoutDelay, 10000,                               \
2931           "Delay in milliseconds for option SafepointTimeout")              \
2932                                                                             \
2933   product(intx, NmethodSweepActivity, 10,                                   \
2934           "Removes cold nmethods from code cache if > 0. Higher values "    \
2935           "result in more aggressive sweeping")                             \
2936                                                                             \
2937   notproduct(bool, LogSweeper, false,                                       \
2938           "Keep a ring buffer of sweeper activity")                         \
2939                                                                             \
2940   notproduct(intx, SweeperLogEntries, 1024,                                 \
2941           "Number of records in the ring buffer of sweeper activity")       \
2942                                                                             \
2943   notproduct(intx, MemProfilingInterval, 500,                               \
2944           "Time between each invocation of the MemProfiler")                \
2945                                                                             \
2946   develop(intx, MallocCatchPtr, -1,                                         \
2947           "Hit breakpoint when mallocing/freeing this pointer")             \
2948                                                                             \
2949   notproduct(intx, AssertRepeat, 1,                                         \
2950           "number of times to evaluate expression in assert "               \
2951           "(to estimate overhead); only works with -DUSE_REPEATED_ASSERTS") \
2952                                                                             \
2953   notproduct(ccstrlist, SuppressErrorAt, "",                                \
2954           "List of assertions (file:line) to muzzle")                       \
2955                                                                             \
2956   notproduct(uintx, HandleAllocationLimit, 1024,                            \
2957           "Threshold for HandleMark allocation when +TraceHandleAllocation "\
2958           "is used")                                                        \
2959                                                                             \
2960   develop(uintx, TotalHandleAllocationLimit, 1024,                          \
2961           "Threshold for total handle allocation when "                     \
2962           "+TraceHandleAllocation is used")                                 \
2963                                                                             \
2964   develop(intx, StackPrintLimit, 100,                                       \
2965           "number of stack frames to print in VM-level stack dump")         \
2966                                                                             \
2967   notproduct(intx, MaxElementPrintSize, 256,                                \
2968           "maximum number of elements to print")                            \
2969                                                                             \
2970   notproduct(intx, MaxSubklassPrintSize, 4,                                 \
2971           "maximum number of subklasses to print when printing klass")      \
2972                                                                             \




2929                                                                             \
2930   product(intx, SafepointTimeoutDelay, 10000,                               \
2931           "Delay in milliseconds for option SafepointTimeout")              \
2932                                                                             \
2933   product(intx, NmethodSweepActivity, 10,                                   \
2934           "Removes cold nmethods from code cache if > 0. Higher values "    \
2935           "result in more aggressive sweeping")                             \
2936                                                                             \
2937   notproduct(bool, LogSweeper, false,                                       \
2938           "Keep a ring buffer of sweeper activity")                         \
2939                                                                             \
2940   notproduct(intx, SweeperLogEntries, 1024,                                 \
2941           "Number of records in the ring buffer of sweeper activity")       \
2942                                                                             \
2943   notproduct(intx, MemProfilingInterval, 500,                               \
2944           "Time between each invocation of the MemProfiler")                \
2945                                                                             \
2946   develop(intx, MallocCatchPtr, -1,                                         \
2947           "Hit breakpoint when mallocing/freeing this pointer")             \
2948                                                                             \




2949   notproduct(ccstrlist, SuppressErrorAt, "",                                \
2950           "List of assertions (file:line) to muzzle")                       \
2951                                                                             \
2952   notproduct(uintx, HandleAllocationLimit, 1024,                            \
2953           "Threshold for HandleMark allocation when +TraceHandleAllocation "\
2954           "is used")                                                        \
2955                                                                             \
2956   develop(uintx, TotalHandleAllocationLimit, 1024,                          \
2957           "Threshold for total handle allocation when "                     \
2958           "+TraceHandleAllocation is used")                                 \
2959                                                                             \
2960   develop(intx, StackPrintLimit, 100,                                       \
2961           "number of stack frames to print in VM-level stack dump")         \
2962                                                                             \
2963   notproduct(intx, MaxElementPrintSize, 256,                                \
2964           "maximum number of elements to print")                            \
2965                                                                             \
2966   notproduct(intx, MaxSubklassPrintSize, 4,                                 \
2967           "maximum number of subklasses to print when printing klass")      \
2968                                                                             \


< prev index next >