RFR: 8319541: G1: Inline G1RemoveSelfForwardsTask into RestoreRetainedRegionsTask [v2]

Albert Mingkun Yang ayang at openjdk.org
Tue Nov 7 10:32:30 UTC 2023


On Tue, 7 Nov 2023 10:23:42 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Hi,
>> 
>>   please review this change that inlines the `G1RemoveSelfForwardsTask` into the `RestoreRetainedRegionsTask` because the former is only used by the latter, and the latter only forwards to the former anyway.
>> 
>> Testing: local compilation
>> 
>> Thanks,
>>   Thomas
>
> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Inline G1RemoveSelfForwardsTask into evacuate task

Marked as reviewed by ayang (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/16522#pullrequestreview-1717351859


More information about the hotspot-gc-dev mailing list