Integrated: 8306738: Select num workers for safepoint ParallelCleanupTask

Axel Boldt-Christmas aboldtch at openjdk.org
Tue May 9 14:07:31 UTC 2023


On Mon, 24 Apr 2023 12:03:23 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 672bade5
Author:    Axel Boldt-Christmas <aboldtch at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/672bade522b4641ffc30b0ac09791e8dcf21e003
Stats:     120 lines in 7 files changed: 108 ins; 4 del; 8 mod

8306738: Select num workers for safepoint ParallelCleanupTask

Reviewed-by: shade, coleenp, tschatzl

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

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


More information about the hotspot-runtime-dev mailing list