src/share/vm/runtime/globals.hpp

changeset 2861
52df0980eb50
parent 2816
286c498ae0d4
parent 2860
277d0f6ca64d
child 2864
f4063a3503fc
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed May 04 23:10:58 2011 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu May 05 09:33:14 2011 -0400
     1.3 @@ -2882,7 +2882,7 @@
     1.4            "Max. no. of lines in the stack trace for Java exceptions "       \
     1.5            "(0 means all)")                                                  \
     1.6                                                                              \
     1.7 -  NOT_EMBEDDED(develop(intx, GuaranteedSafepointInterval, 1000,             \
     1.8 +  NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000,          \
     1.9            "Guarantee a safepoint (at least) every so many milliseconds "    \
    1.10            "(0 means none)"))                                                \
    1.11                                                                              \

mercurial