7005503: Make GuaranteedSafepointInterval a diagnostic flag
Reviewed-by: kamg, ysr
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue May 03 12:45:54 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp Mon Apr 18 08:03:45 2011 -0700
@@ -2879,7 +2879,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)")) \
\