[jdk21u-dev] RFR: 8331572: Allow using OopMapCache outside of STW GC phases [v2]

Aleksey Shipilev shade at openjdk.org
Mon Jun 24 11:25:24 UTC 2024


> WIP. Unclean backport to improve GC and general stack walk performance when walking interpreted frames.
> 
> The point of uncleanliness comes from the way we hook up the cleanup notifications to Service Thread. In later JDKs, [JDK-8329488](https://bugs.openjdk.org/browse/JDK-8329488) made Service Thread wake up regularly to do various cleanups. In JDK 21, we still need to hook up the clean up to the "usual" place in safepoint epilog.
> 
> Additional testing:
>  - [ ] Linux x86_64 server fastdebug, `all`

Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:

 - Backport 05ff3185edd25b381a97f6879f496e97b62dddc2
 - Merge branch 'master' into JDK-8331572-oopmap-cache-all
 - Backport d999b81e7110751be402012e1ed41b3256f5895e

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

Changes:
  - all: https://git.openjdk.org/jdk21u-dev/pull/610/files
  - new: https://git.openjdk.org/jdk21u-dev/pull/610/files/b2438fb7..9000a426

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=610&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=610&range=00-01

  Stats: 13775 lines in 346 files changed: 11345 ins; 1097 del; 1333 mod
  Patch: https://git.openjdk.org/jdk21u-dev/pull/610.diff
  Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/610/head:pull/610

PR: https://git.openjdk.org/jdk21u-dev/pull/610


More information about the jdk-updates-dev mailing list