src/share/vm/runtime/globals.hpp

Print this page
rev 5099 : dummy


2806           "Max. no. of lines in the stack trace for Java exceptions "       \
2807           "(0 means all)")                                                  \
2808                                                                             \
2809   NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000,          \
2810           "Guarantee a safepoint (at least) every so many milliseconds "    \
2811           "(0 means none)"))                                                \
2812                                                                             \
2813   EMBEDDED_ONLY(product(intx, GuaranteedSafepointInterval, 0,               \
2814           "Guarantee a safepoint (at least) every so many milliseconds "    \
2815           "(0 means none)"))                                                \
2816                                                                             \
2817   product(intx, SafepointTimeoutDelay, 10000,                               \
2818           "Delay in milliseconds for option SafepointTimeout")              \
2819                                                                             \
2820   product(intx, NmethodSweepFraction, 16,                                   \
2821           "Number of invocations of sweeper to cover all nmethods")         \
2822                                                                             \
2823   product(intx, NmethodSweepCheckInterval, 5,                               \
2824           "Compilers wake up every n seconds to possibly sweep nmethods")   \
2825                                                                             \



2826   notproduct(bool, LogSweeper, false,                                       \
2827             "Keep a ring buffer of sweeper activity")                       \
2828                                                                             \
2829   notproduct(intx, SweeperLogEntries, 1024,                                 \
2830             "Number of records in the ring buffer of sweeper activity")     \
2831                                                                             \
2832   notproduct(intx, MemProfilingInterval, 500,                               \
2833           "Time between each invocation of the MemProfiler")                \
2834                                                                             \
2835   develop(intx, MallocCatchPtr, -1,                                         \
2836           "Hit breakpoint when mallocing/freeing this pointer")             \
2837                                                                             \
2838   notproduct(intx, AssertRepeat, 1,                                         \
2839           "number of times to evaluate expression in assert "               \
2840           "(to estimate overhead); only works with -DUSE_REPEATED_ASSERTS") \
2841                                                                             \
2842   notproduct(ccstrlist, SuppressErrorAt, "",                                \
2843           "List of assertions (file:line) to muzzle")                       \
2844                                                                             \
2845   notproduct(uintx, HandleAllocationLimit, 1024,                            \




2806           "Max. no. of lines in the stack trace for Java exceptions "       \
2807           "(0 means all)")                                                  \
2808                                                                             \
2809   NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000,          \
2810           "Guarantee a safepoint (at least) every so many milliseconds "    \
2811           "(0 means none)"))                                                \
2812                                                                             \
2813   EMBEDDED_ONLY(product(intx, GuaranteedSafepointInterval, 0,               \
2814           "Guarantee a safepoint (at least) every so many milliseconds "    \
2815           "(0 means none)"))                                                \
2816                                                                             \
2817   product(intx, SafepointTimeoutDelay, 10000,                               \
2818           "Delay in milliseconds for option SafepointTimeout")              \
2819                                                                             \
2820   product(intx, NmethodSweepFraction, 16,                                   \
2821           "Number of invocations of sweeper to cover all nmethods")         \
2822                                                                             \
2823   product(intx, NmethodSweepCheckInterval, 5,                               \
2824           "Compilers wake up every n seconds to possibly sweep nmethods")   \
2825                                                                             \
2826   product(intx, NmethodSweepActivity, 10,                                   \
2827           "Higher values result in more aggressive sweeping")               \
2828                                                                             \
2829   notproduct(bool, LogSweeper, false,                                       \
2830             "Keep a ring buffer of sweeper activity")                       \
2831                                                                             \
2832   notproduct(intx, SweeperLogEntries, 1024,                                 \
2833             "Number of records in the ring buffer of sweeper activity")     \
2834                                                                             \
2835   notproduct(intx, MemProfilingInterval, 500,                               \
2836           "Time between each invocation of the MemProfiler")                \
2837                                                                             \
2838   develop(intx, MallocCatchPtr, -1,                                         \
2839           "Hit breakpoint when mallocing/freeing this pointer")             \
2840                                                                             \
2841   notproduct(intx, AssertRepeat, 1,                                         \
2842           "number of times to evaluate expression in assert "               \
2843           "(to estimate overhead); only works with -DUSE_REPEATED_ASSERTS") \
2844                                                                             \
2845   notproduct(ccstrlist, SuppressErrorAt, "",                                \
2846           "List of assertions (file:line) to muzzle")                       \
2847                                                                             \
2848   notproduct(uintx, HandleAllocationLimit, 1024,                            \