changeset 3328:277d0f6ca64d

7005503: Make GuaranteedSafepointInterval a diagnostic flag Reviewed-by: kamg, ysr
author kevinw
date Mon, 18 Apr 2011 08:03:45 -0700
parents 5781ed5f1865
children 52df0980eb50
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue May 03 12:45:54 2011 -0700
+++ b/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)"))                                                \
                                                                             \