equal
deleted
inserted
replaced
2882 product(intx, MaxJavaStackTraceDepth, 1024, \ |
2882 product(intx, MaxJavaStackTraceDepth, 1024, \ |
2883 "The maximum number of lines in the stack trace for Java " \ |
2883 "The maximum number of lines in the stack trace for Java " \ |
2884 "exceptions (0 means all)") \ |
2884 "exceptions (0 means all)") \ |
2885 range(0, max_jint/2) \ |
2885 range(0, max_jint/2) \ |
2886 \ |
2886 \ |
2887 develop(bool, TraceStackWalk, false, \ |
|
2888 "Trace stack walking") \ |
|
2889 \ |
|
2890 /* notice: the max range value here is max_jint, not max_intx */ \ |
2887 /* notice: the max range value here is max_jint, not max_intx */ \ |
2891 /* because of overflow issue */ \ |
2888 /* because of overflow issue */ \ |
2892 diagnostic(intx, GuaranteedSafepointInterval, 1000, \ |
2889 diagnostic(intx, GuaranteedSafepointInterval, 1000, \ |
2893 "Guarantee a safepoint (at least) every so many milliseconds " \ |
2890 "Guarantee a safepoint (at least) every so many milliseconds " \ |
2894 "(0 means none)") \ |
2891 "(0 means none)") \ |