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

Guoxiong Li gli at openjdk.org
Thu Apr 11 07:52:44 UTC 2024


On Thu, 11 Apr 2024 07:45:03 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> 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?

Yes, the test `test-tier1_gc` passed locally.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18725#discussion_r1560589916


More information about the hotspot-gc-dev mailing list