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

Albert Mingkun Yang ayang at openjdk.org
Thu Sep 18 09:04:27 UTC 2025


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27336/files
  - new: https://git.openjdk.org/jdk/pull/27336/files/69767adf..1f2e3a6b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27336&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27336&range=01-02

  Stats: 20 lines in 2 files changed: 10 ins; 9 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/27336.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27336/head:pull/27336

PR: https://git.openjdk.org/jdk/pull/27336


More information about the hotspot-runtime-dev mailing list