RFR: 8345423: Shenandoah: Parallelize concurrent cleanup [v6]
Xiaolong Peng
xpeng at openjdk.org
Thu Dec 5 18:50:41 UTC 2024
On Thu, 5 Dec 2024 18:22:46 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Xiaolong Peng has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Ensure atomicity when access region state
>> - Bug fix and move is_trash test into try_recycle
>
> src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp line 385:
>
>> 383: void print_on(outputStream* st) const;
>> 384:
>> 385: void recycle_under_lock();
>
> Should be `try_recycle_under_lock` for consistency.
Thanks! I have renamed it for consistency.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22538#discussion_r1871923713
More information about the shenandoah-dev
mailing list