RFR: 8313654: Test WaitNotifySuspendedVThreadTest.java timed out
Leonid Mesnik
lmesnik at openjdk.org
Tue Aug 8 19:03:38 UTC 2023
On Tue, 8 Aug 2023 18:50:25 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Test might times out if it suspend thread before it starts breakpoint event handler.
> The fix is to replace sleep with better synchronization and suspend virtual thread only when it runs native code.
>
> Also, the completed monitor is acquired earlier to avoid racing when completing test.
JFYI Test's summary was just copied from another test and completely unrelated.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15196#issuecomment-1670128118
More information about the serviceability-dev
mailing list