RFR: 8330003: Serial: Move the logic of FastEvacuateFollowersClosure to SerialHeap [v2]
Albert Mingkun Yang
ayang at openjdk.org
Wed Apr 10 14:28:17 UTC 2024
On Wed, 10 Apr 2024 14:17:23 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 one additional commit since the last revision:
>
> Mark two methods as inline.
src/hotspot/share/gc/serial/serialHeap.inline.hpp line 43:
> 41: OldGenScanClosure* old_cl) {
> 42: do {
> 43: oop_since_save_marks_iterate(young_cl, old_cl);
I meant physically copy the body of `SerialHeap::oop_since_save_marks_iterate` here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18725#discussion_r1559543760
More information about the hotspot-gc-dev
mailing list