Review Request (XS) 7005503 Make GuaranteedSafepointInterval a diagnostic flag

Y. Srinivas Ramakrishna y.s.ramakrishna at oracle.com
Mon Apr 18 07:23:26 PDT 2011


Looks good.

-- ramki

On 4/18/2011 3: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