Integrated: 8349002: GenShen: Deadlock during shutdown

William Kemper wkemper at openjdk.org
Thu Jan 30 17:04:59 UTC 2025


On Wed, 29 Jan 2025 21:53:05 GMT, William Kemper <wkemper at openjdk.org> wrote:

> [JDK-8345970](https://bugs.openjdk.org/browse/JDK-8345970) changed the order in which the control thread and regulator thread are shutdown. The new order (in which the control thread is shutdown first), may leave the regulator thread waiting indefinitely for a gc cycle that will never start.

This pull request has now been integrated.

Changeset: 06ebb170
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/06ebb170bac3879dc1e378b48b1c7ef006070c86
Stats:     5 lines in 2 files changed: 4 ins; 0 del; 1 mod

8349002: GenShen: Deadlock during shutdown

Reviewed-by: shade

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

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


More information about the hotspot-gc-dev mailing list