7005503: Make GuaranteedSafepointInterval a diagnostic flag
authorkevinw
Mon, 18 Apr 2011 08:03:45 -0700
changeset 9429 4569a4c199da
parent 9414 a8c7f18f93e6
child 9430 195f39af508f
7005503: Make GuaranteedSafepointInterval a diagnostic flag Reviewed-by: kamg, ysr
hotspot/src/share/vm/runtime/globals.hpp
--- 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)"))                                                \
                                                                             \