RFR: 8330003: Serial: Move the logic of FastEvacuateFollowersClosure to SerialHeap [v4]
Guoxiong Li
gli at openjdk.org
Thu Apr 11 08:06:54 UTC 2024
On Thu, 11 Apr 2024 08:01:32 GMT, Guoxiong Li <gli at openjdk.org> wrote:
>> 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?
>
> Sorry, you mean it should be removed......
Removed just now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18725#discussion_r1560607140
More information about the hotspot-gc-dev
mailing list