Review Request (XS) 7005503 Make GuaranteedSafepointInterval a diagnostic flag

Kevin Walls kevin.walls at oracle.com
Mon Apr 18 03:33:20 PDT 2011


Hi,

Just a one-liner request.  embedded already has this as a product flag, 
so this changes it in non-embedded only:

Thanks
Kevin

$ hg diff   src/share/vm/runtime/globals.hpp
diff --git a/src/share/vm/runtime/globals.hpp 
b/src/share/vm/runtime/globals.hpp
--- a/src/share/vm/runtime/globals.hpp
+++ b/src/share/vm/runtime/globals.hpp
@@ -2886,7 +2886,7 @@ class CommandLineFlags {
            "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)"))                                                \
                                                                              \






More information about the hotspot-runtime-dev mailing list