RFR (S): JDK-8006432 - Ratio flags should be unsigned
John Cuthbertson
john.cuthbertson at oracle.com
Fri Jan 25 00:27:03 UTC 2013
Hi Jesper,
Looks good to me.
Can you also remove the unused G1InitYoungSurvRatio from g1_globals.hpp?
Thanks,
JohnC
On 1/24/2013 1:45 PM, Jesper Wilhelmsson wrote:
> Hi,
>
> I'm looking for a couple of reviews for this small change.
>
> Bug: JDK-8006432 - Ratio flags should be unsigned
>
> Webrev:
> http://cr.openjdk.java.net/~jwilhelm/8006432/webrev/
>
> Summary:
> Four flags whose contents are assumed to be unsigned were stored in
> signed variables. I have changed these to be unsigned instead.
>
> Testing:
> Manual testing and JPRT.
>
> /Jesper
More information about the hotspot-gc-dev
mailing list