On Tue, 22 Oct 2024 21:49:59 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

> Fix deadlock with suspending the main thread while it is in Thread.join() to 
> join the thread that is suspending it. The suspending thread then waits for a 
> FRAME_POP event on the main thread, but that never happens because it is 
> suspended.
> 
> Testing in progress. Running the test 100 times on all supported platforms, 
> including separate run with `-Xcomp`.

Marked as reviewed by amenkov (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/21650#pullrequestreview-2386495745

Reply via email to