RFR: 8329658: Serial: Refactor ContiguousSpace::_next_compaction_space [v4]

Guoxiong Li gli at openjdk.org
Fri Apr 12 08:02:53 UTC 2024


On Mon, 8 Apr 2024 16:28:25 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> Hi all,
>> 
>> This patch removes the uncessary `ContiguousSpace::_next_compaction_space` and uses `DefNewGeneration::_promotion_failed` instead.
>> 
>> The tests `make test-tier1_gc` passed locally.
>> 
>> Thanks for taking the time to review.
>> 
>> Best Regards,
>> -- Guoxiong
>
> Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Polish

I updated the code just now. It used the previous name `is_promotion_failed`.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18666#issuecomment-2051223957


More information about the hotspot-gc-dev mailing list