RFR: 8057710: Refactor G1 heap region default sizes
Stefan Johansson
stefan.johansson at oracle.com
Mon Sep 8 08:13:15 UTC 2014
Thanks for reviewing Thomas.
Stefan
On 2014-09-08 09:56, Thomas Schatzl wrote:
> Hi,
>
> On Fri, 2014-09-05 at 18:32 +0200, Stefan Johansson wrote:
>> 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
> looks okay.
>
> Thomas
>
>
More information about the hotspot-gc-dev
mailing list