RFR: 8367848: Parallel: Use NMethodToOopClosure during Young GC [v3]

Thomas Schatzl tschatzl at openjdk.org
Fri Sep 19 07:24:49 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

Marked as reviewed by tschatzl (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/27336#pullrequestreview-3243540019


More information about the hotspot-gc-dev mailing list