On Tue, 24 Jun 2025 20:50:19 GMT, Alex Menkov <amen...@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