RFR: 8225354: serviceability/jvmti/ModuleAwareAgents/ThreadStart failed with Didn't get ThreadStart events in VM early start phase! [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Tue Jun 24 23:00:43 UTC 2025
On Tue, 24 Jun 2025 20:50:19 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> I don't see how waiting in VMInit can help here.
> Phase is set before posting VMInit events.
Agreed, thanks!
I've also found it out from the JVMTI `VMInit` event spec.
Then I do not see a way to guarantee any thread to get started in the early `VM_START` phase.
It means we have to remove this test.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25948#issuecomment-3002098917
More information about the serviceability-dev
mailing list