diff -r f49c31acee88 -r 52df0980eb50 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Wed May 04 23:10:58 2011 -0400 +++ b/src/share/vm/runtime/globals.hpp Thu May 05 09:33:14 2011 -0400 @@ -2882,7 +2882,7 @@ "Max. no. of lines in the stack trace for Java exceptions " \ "(0 means all)") \ \ - NOT_EMBEDDED(develop(intx, GuaranteedSafepointInterval, 1000, \ + NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000, \ "Guarantee a safepoint (at least) every so many milliseconds " \ "(0 means none)")) \ \