Integrated: 8264851: Shenandoah: Rework control loop mechanics to use timed waits

William Kemper wkemper at openjdk.org
Wed Oct 8 18:17:32 UTC 2025


On Thu, 25 Sep 2025 20:35:59 GMT, William Kemper <wkemper at openjdk.org> wrote:

> We use a similar mechanism in `shGenerationalControlThread` already. Using a timed wait allows the control thread to be woken up before the wait expires.

This pull request has now been integrated.

Changeset: 92f2ab2e
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/92f2ab2e1b5a7c02ea6d3a3a07c7fbbfc725cdea
Stats:     28 lines in 2 files changed: 18 ins; 6 del; 4 mod

8264851: Shenandoah: Rework control loop mechanics to use timed waits

Reviewed-by: kdnilsen, shade

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

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


More information about the shenandoah-dev mailing list