On Tue, 24 Jun 2025 06:31:02 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
> The test incorrectly expects that some system threads must be started in the > `early JVMTI_PHASE_START` phase. However, there is a race here and it is > possible that the `JVMTI_PHASE_LIVE` phase is reached before any system > thread has been started. There is no way to fix the test so, it is being > removed. This pull request has now been integrated. Changeset: 52526080 Author: Serguei Spitsyn <sspit...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/52526080bae4fb69172d8c87403510aa4d3c8942 Stats: 230 lines in 3 files changed: 0 ins; 230 del; 0 mod 8225354: serviceability/jvmti/ModuleAwareAgents/ThreadStart failed with Didn't get ThreadStart events in VM early start phase! Reviewed-by: amenkov, cjplummer ------------- PR: https://git.openjdk.org/jdk/pull/25948