Integrated: 8356641: Test com/sun/jdi/EarlyThreadGroupChildrenTest.java fails sometimes on macOS

Chris Plummer cjplummer at openjdk.org
Wed May 14 17:09:56 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.

This pull request has now been integrated.

Changeset: a2628357
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a2628357a922b1ea9ba721b1d8b708ff91d46d76
Stats:     9 lines in 1 file changed: 6 ins; 3 del; 0 mod

8356641: Test com/sun/jdi/EarlyThreadGroupChildrenTest.java fails sometimes on macOS

Reviewed-by: kevinw, amenkov, sspitsyn

-------------

PR: https://git.openjdk.org/jdk/pull/25156


More information about the serviceability-dev mailing list