RFR: 8356641: Test com/sun/jdi/EarlyThreadGroupChildrenTest.java fails sometimes on macOS
Kevin Walls
kevinw at openjdk.org
Mon May 12 13:37:54 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.
Sounds good to me!
-------------
Marked as reviewed by kevinw (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25156#pullrequestreview-2833254792
More information about the serviceability-dev
mailing list