comparison src/share/vm/runtime/globals.hpp @ 3328:277d0f6ca64d

7005503: Make GuaranteedSafepointInterval a diagnostic flag Reviewed-by: kamg, ysr
author kevinw
date Mon, 18 Apr 2011 08:03:45 -0700
parents 5d046bf49ce7
children 52df0980eb50
comparison
equal deleted inserted replaced
3313:5781ed5f1865 3328:277d0f6ca64d
2877 \ 2877 \
2878 product(intx, MaxJavaStackTraceDepth, 1024, \ 2878 product(intx, MaxJavaStackTraceDepth, 1024, \
2879 "Max. no. of lines in the stack trace for Java exceptions " \ 2879 "Max. no. of lines in the stack trace for Java exceptions " \
2880 "(0 means all)") \ 2880 "(0 means all)") \
2881 \ 2881 \
2882 NOT_EMBEDDED(develop(intx, GuaranteedSafepointInterval, 1000, \ 2882 NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000, \
2883 "Guarantee a safepoint (at least) every so many milliseconds " \ 2883 "Guarantee a safepoint (at least) every so many milliseconds " \
2884 "(0 means none)")) \ 2884 "(0 means none)")) \
2885 \ 2885 \
2886 EMBEDDED_ONLY(product(intx, GuaranteedSafepointInterval, 0, \ 2886 EMBEDDED_ONLY(product(intx, GuaranteedSafepointInterval, 0, \
2887 "Guarantee a safepoint (at least) every so many milliseconds " \ 2887 "Guarantee a safepoint (at least) every so many milliseconds " \