src/share/vm/runtime/globals.hpp

changeset 2892
30d3b13f1938
parent 2889
fc2b798ab316
parent 2864
f4063a3503fc
child 2905
688202ef6306
equal deleted inserted replaced
2891:7d64aa23eb96 2892:30d3b13f1938
2890 \ 2890 \
2891 product(intx, MaxJavaStackTraceDepth, 1024, \ 2891 product(intx, MaxJavaStackTraceDepth, 1024, \
2892 "Max. no. of lines in the stack trace for Java exceptions " \ 2892 "Max. no. of lines in the stack trace for Java exceptions " \
2893 "(0 means all)") \ 2893 "(0 means all)") \
2894 \ 2894 \
2895 NOT_EMBEDDED(develop(intx, GuaranteedSafepointInterval, 1000, \ 2895 NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000, \
2896 "Guarantee a safepoint (at least) every so many milliseconds " \ 2896 "Guarantee a safepoint (at least) every so many milliseconds " \
2897 "(0 means none)")) \ 2897 "(0 means none)")) \
2898 \ 2898 \
2899 EMBEDDED_ONLY(product(intx, GuaranteedSafepointInterval, 0, \ 2899 EMBEDDED_ONLY(product(intx, GuaranteedSafepointInterval, 0, \
2900 "Guarantee a safepoint (at least) every so many milliseconds " \ 2900 "Guarantee a safepoint (at least) every so many milliseconds " \

mercurial