RFR: 8342673: Test serviceability/jvmti/events/NotifyFramePopStressTest/NotifyFramePopStressTest.java failed: waited too long for notify

Alex Menkov amenkov at openjdk.org
Tue Oct 22 22:19:04 UTC 2024


On Tue, 22 Oct 2024 21:49:59 GMT, Chris Plummer <cjplummer at 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


More information about the serviceability-dev mailing list