RFR: 8057710: Refactor G1 heap region default sizes

Stefan Johansson stefan.johansson at oracle.com
Fri Sep 5 16:32:05 UTC 2014


Hi,

Please review this small change for RFE:
https://bugs.openjdk.java.net/browse/JDK-8057710

Webrev:
http://cr.openjdk.java.net/~sjohanss/8057710/webrev.00/

Summary:
Before this patch the min and max size for G1 heap regions were defined 
by defines and this patch changes this to instead use static const 
within a class and then have getter for the values.

Testing:
* Builds through JPRT
* Manually verified that sizes stay the same

Thanks,
Stefan



More information about the hotspot-gc-dev mailing list