Integrated: Use only up to ConcGCThreads for concurrent RS scanning.

Y. Srinivas Ramakrishna ysr at openjdk.org
Mon Aug 29 18:12:52 UTC 2022


On Sat, 27 Aug 2022 01:16:55 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:

> The concurrent RS scanning phase was using (up to) ParallelGCThreads, rather than ConcGCThreads as was the original intention for concurrent phases.

This pull request has now been integrated.

Changeset: 270e8b89
Author:    Y. Srinivas Ramakrishna <ysr at openjdk.org>
Committer: William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/shenandoah/commit/270e8b89a1599c8cb87f9846fb0eb146ecd525b6
Stats:     37 lines in 5 files changed: 33 ins; 1 del; 3 mod

Use only up to ConcGCThreads for concurrent RS scanning.

Reviewed-by: kdnilsen, wkemper

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

PR: https://git.openjdk.org/shenandoah/pull/159


More information about the shenandoah-dev mailing list