comparison src/share/vm/runtime/globals.hpp @ 3360:30d3b13f1938

Merge
author ysr
date Thu, 12 May 2011 15:05:22 -0700
parents fc2b798ab316 f4063a3503fc
children 688202ef6306
comparison
equal deleted inserted replaced
3359:7d64aa23eb96 3360: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 " \