comparison src/share/vm/runtime/globals.hpp @ 3329:52df0980eb50

Merge
author kevinw
date Thu, 05 May 2011 09:33:14 -0400
parents 286c498ae0d4 277d0f6ca64d
children f4063a3503fc
comparison
equal deleted inserted replaced
3327:f49c31acee88 3329:52df0980eb50
2880 \ 2880 \
2881 product(intx, MaxJavaStackTraceDepth, 1024, \ 2881 product(intx, MaxJavaStackTraceDepth, 1024, \
2882 "Max. no. of lines in the stack trace for Java exceptions " \ 2882 "Max. no. of lines in the stack trace for Java exceptions " \
2883 "(0 means all)") \ 2883 "(0 means all)") \
2884 \ 2884 \
2885 NOT_EMBEDDED(develop(intx, GuaranteedSafepointInterval, 1000, \ 2885 NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000, \
2886 "Guarantee a safepoint (at least) every so many milliseconds " \ 2886 "Guarantee a safepoint (at least) every so many milliseconds " \
2887 "(0 means none)")) \ 2887 "(0 means none)")) \
2888 \ 2888 \
2889 EMBEDDED_ONLY(product(intx, GuaranteedSafepointInterval, 0, \ 2889 EMBEDDED_ONLY(product(intx, GuaranteedSafepointInterval, 0, \
2890 "Guarantee a safepoint (at least) every so many milliseconds " \ 2890 "Guarantee a safepoint (at least) every so many milliseconds " \