Integrated: 8346306: Unattached thread can cause crash during VM exit if it calls wait_if_vm_exited

David Holmes dholmes at openjdk.org
Thu Dec 19 02:50:42 UTC 2024


On Tue, 17 Dec 2024 00:10:09 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Please review this simple fix to account for unattached threads using RawMonitors which check if the VM has exited.
> 
> Testing:
>  - tiers 1-3 (sanity)
> 
> Thanks

This pull request has now been integrated.

Changeset: 484229e0
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/484229e04b812acd0c58a261c935c9e9190b3ba8
Stats:     13 lines in 2 files changed: 5 ins; 0 del; 8 mod

8346306: Unattached thread can cause crash during VM exit if it calls wait_if_vm_exited

Reviewed-by: coleenp, ccheung

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

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


More information about the hotspot-dev mailing list