RFR: 8356641: Test com/sun/jdi/EarlyThreadGroupChildrenTest.java fails sometimes on macOS
Serguei Spitsyn
sspitsyn at openjdk.org
Wed May 14 08:10:52 UTC 2025
On Fri, 9 May 2025 20:59:01 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> We need to wait until after the VMStart event has arrived before adding the listener. Otherwise if the listener is already installed before the VMStart arrives, it will result in resuming the debuggee after processing the VMStart. We want the debuggee to remain suspended after handling the VMStart. More details in the CR.
>
> Tested by running test on all supported platforms.
Marked as reviewed by sspitsyn (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/25156#pullrequestreview-2839193814
More information about the serviceability-dev
mailing list