RFR(XS): JDK-8023643 - G1: assert failed when NewSize was specified greater than MaxNewSize
Jesper Wilhelmsson
jesper.wilhelmsson at oracle.com
Tue Sep 24 09:31:56 UTC 2013
Hi,
Can I have a review of this minor fix.
Since I was messing with that code anyway I fixed JDK-8023643 [1].
G1 didn't handle if the user sets incompatible NewSize and MaxNewSize. All other
collectors exits with an error in this case, so I added the same check to the G1
code path.
Webrev: http://cr.openjdk.java.net/~jwilhelm/8023643/webrev/
[1] https://bugs.openjdk.java.net/browse/JDK-8023643
Thanks!
/Jesper
More information about the hotspot-gc-dev
mailing list