[jdk17u-dev] RFR: 8306738: Select num workers for safepoint ParallelCleanupTask [v3]
Aleksey Shipilev
shade at openjdk.org
Wed May 24 17:17:13 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 pull request now contains one commit:
Backport 672bade522b4641ffc30b0ac09791e8dcf21e003
-------------
Changes: https://git.openjdk.org/jdk17u-dev/pull/1379/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1379&range=02
Stats: 124 lines in 7 files changed: 112 ins; 4 del; 8 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