RFR: 8345423: Shenandoah: Parallelize concurrent cleanup [v8]
Xiaolong Peng
xpeng at openjdk.org
Wed Dec 11 00:38:40 UTC 2024
On Tue, 10 Dec 2024 23:11:32 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:
>> Yes It is atomic, the lock/safepoint seems not needed. I'll probably keep the comment as it is in this PR, since the are called from different places of FullGC and concurrentGC, we can cleanup these methods later I think.
>
> ok for now. Will be worth examining the uses from full at some point but this was just a comment so ok for now. May be leave a `TODO` comment to track if you feel like.
>
>
> // TODO: Check and correct comment, if obsolete.
Thanks, I'll add it if I amend any new change to this PR.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22538#discussion_r1879139672
More information about the shenandoah-dev
mailing list