RFR: 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
Stefan Karlsson
stefan.karlsson at oracle.com
Thu Feb 22 15:10:27 UTC 2018
Thanks for the reviews!
StefanK
On 2018-02-22 14:06, Stefan Johansson wrote:
> Looks good,
>
> StefanJ
>
> On 2018-02-22 13:59, Per Liden wrote:
>> Looks good!
>>
>> /Per
>>
>> On 02/21/2018 03:37 PM, Stefan Karlsson wrote:
>>> Hi all,
>>>
>>> Please review this patch that moves the allocation functions out from
>>> GenCollectorPolicy into GenCollectedHeap.
>>>
>>> http://cr.openjdk.java.net/~stefank/8198511/webrev.01/
>>> https://bugs.openjdk.java.net/browse/JDK-8198511
>>>
>>> The patch simply moves the function to GenCollectedHeap, removes a
>>> bunch of gch-> indirections that are not needed anymore, and adds a
>>> small number of gen_policy()-> indirections.
>>>
>>> The patch is a step towards:
>>> https://bugs.openjdk.java.net/browse/JDK-8198505
>>>
>>> Thanks,
>>> StefanK
>
More information about the hotspot-gc-dev
mailing list