RFR: 8306738: Select num workers for safepoint ParallelCleanupTask [v4]
Axel Boldt-Christmas
aboldtch at openjdk.org
Mon May 8 10:12:23 UTC 2023
> Select num workers for safepoint ParallelCleanupTask to be at most the number of parallel cleanup tasks `SAFEPOINT_CLEANUP_NUM_TASKS`
>
> Unsure if `WorkerThreads::max_workers()` is more correct than `WorkerThreads::created_workers()` or `WorkerThreads::active_workers()`.
>
> Tested tier1-3 Oracle platforms.
Axel Boldt-Christmas has updated the pull request incrementally with one additional commit since the last revision:
Aleksey Shipilëv feedback: readability of conditions
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13616/files
- new: https://git.openjdk.org/jdk/pull/13616/files/b319d608..1ca4aab2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13616&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13616&range=02-03
Stats: 70 lines in 7 files changed: 58 ins; 0 del; 12 mod
Patch: https://git.openjdk.org/jdk/pull/13616.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13616/head:pull/13616
PR: https://git.openjdk.org/jdk/pull/13616
More information about the hotspot-runtime-dev
mailing list