RFR: 8356641: Test com/sun/jdi/EarlyThreadGroupChildrenTest.java fails sometimes on macOS
Chris Plummer
cjplummer at openjdk.org
Wed May 14 17:09:55 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.
Thanks for the reviews Kevin, Alex, and Serguei!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25156#issuecomment-2880951011
More information about the serviceability-dev
mailing list