RFR: 8367848: Parallel: Use NMethodToOopClosure during Young GC [v3]
Albert Mingkun Yang
ayang at openjdk.org
Fri Sep 19 07:42:27 UTC 2025
On Thu, 18 Sep 2025 09:04:27 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Replace `MarkingNMethodClosure` with `NMethodToOopClosure` during young-gc. After that, a new local `ThreadsClaimTokenScope` is introduced instead of `StrongRootsScope` to make the thread-claim-token logic visible in the current context.
>>
>> Test: tier1-3
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> review
Thanks for review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27336#issuecomment-3311000949
More information about the hotspot-runtime-dev
mailing list