RFR: 8330003: Serial: Move the logic of FastEvacuateFollowersClosure to SerialHeap [v3]

Albert Mingkun Yang ayang at openjdk.org
Wed Apr 10 16:00:12 UTC 2024


On Wed, 10 Apr 2024 15:17:11 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> Hi all,
>> 
>> This patch moves the content of `FastEvacuateFollowersClosure::do_void` to `SerialHeap::scan_evacuated_objs`.
>> 
>> Thanks for taking the time to review.
>> 
>> Best Regards,
>> -- Guoxiong
>
> Guoxiong Li has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Remove templates. Inline method.
>  - Revert previous changement.

I see; maybe keep `SerialHeap::oop_since_save_marks_iterate` as it and improve it further in another PR.

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

PR Comment: https://git.openjdk.org/jdk/pull/18725#issuecomment-2047923676


More information about the hotspot-gc-dev mailing list