RFR (S): JDK-8006432 - Ratio flags should be unsigned

Jesper Wilhelmsson jesper.wilhelmsson at oracle.com
Thu Jan 24 21:45:14 UTC 2013


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