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

Guoxiong Li gli at openjdk.org
Thu Apr 11 07:34:54 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 moved the class `YoungGenScanClosure` to the file `serialHeap.inline.hpp` in order to avoid the compilation error.

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

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


More information about the hotspot-gc-dev mailing list