Review Request (XS) 7005503 Make GuaranteedSafepointInterval a diagnostic flag
Keith McGuigan
keith.mcguigan at oracle.com
Mon Apr 18 04:37:17 PDT 2011
Look good.
On Apr 18, 2011, at 6:33 AM, Kevin Walls wrote:
> 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