RFR: 8342673: Test serviceability/jvmti/events/NotifyFramePopStressTest/NotifyFramePopStressTest.java failed: waited too long for notify
Serguei Spitsyn
sspitsyn at openjdk.org
Wed Oct 23 00:18:03 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`.
It is good. Thank you for fixing it!
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21650#pullrequestreview-2386620786
More information about the serviceability-dev
mailing list