RFR: 8225354: serviceability/jvmti/ModuleAwareAgents/ThreadStart failed with Didn't get ThreadStart events in VM early start phase! [v3]
Alex Menkov
amenkov at openjdk.org
Tue Jun 24 23:56:28 UTC 2025
On Tue, 24 Jun 2025 23:12:43 GMT, Serguei Spitsyn <sspitsyn at 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.
>
> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>
> review: remove the ModuleAwareAgents/ThreadStart test as there is no way to fix it
Marked as reviewed by amenkov (Reviewer).
I thought if we need some sanity test for ThreadStart event with can_generate_early_vmstart capability, but looking at the spec I see no relations between them. So it's unclear what was the purpose of the test.
-------------
PR Review: https://git.openjdk.org/jdk/pull/25948#pullrequestreview-2955731806
PR Comment: https://git.openjdk.org/jdk/pull/25948#issuecomment-3002184878
More information about the serviceability-dev
mailing list