[jdk17u-dev] RFR: 8306738: Select num workers for safepoint ParallelCleanupTask [v2]
Aleksey Shipilev
shade at openjdk.org
Wed May 24 17:09:46 UTC 2023
> Unclean backport to considerably improve the safepoint cleanup times. The backport is not clean, because the `WorkGang` -> `WorkerThreads` rename is missing. The is also the addition of `Dictionary::does_any_dictionary_needs_resizing` check, because JDK 17 is still have that resize code in JDK 17.
>
> Additional testing:
> - [x] Ad-hoc benchmarks
> - [x] Linux x86_64 fastdebug `tier1 tier2 tier3`
>
> The experiments (see original PR) show we win big on this:
> 
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.
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/1379/files
- new: https://git.openjdk.org/jdk17u-dev/pull/1379/files/beb12598..beb12598
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1379&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1379&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/1379.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1379/head:pull/1379
PR: https://git.openjdk.org/jdk17u-dev/pull/1379
More information about the jdk-updates-dev
mailing list