RFR: 8330003: Serial: Move the logic of FastEvacuateFollowersClosure to SerialHeap [v4]
Albert Mingkun Yang
ayang at openjdk.org
Thu Apr 11 07:47:48 UTC 2024
On Thu, 11 Apr 2024 07:34:54 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:
>
> - Move YoungGenScanClosure. Inline oop_since_save_marks_iterate.
> - Revert.
src/hotspot/share/gc/serial/serialHeap.hpp line 363:
> 361: // at "level", and the "older" closure to older generations.
> 362: template <typename OopClosureType1, typename OopClosureType2>
> 363: void oop_since_save_marks_iterate(OopClosureType1* cur,
This declaration can go now?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18725#discussion_r1560583758
More information about the hotspot-gc-dev
mailing list