RFR: 8225354: serviceability/jvmti/ModuleAwareAgents/ThreadStart failed with Didn't get ThreadStart events in VM early start phase! [v3]
Serguei Spitsyn
sspitsyn at openjdk.org
Wed Jun 25 01:52:26 UTC 2025
On Wed, 25 Jun 2025 01:12:06 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> So without can_generate_early_vmstart ThreadStart events for the system threads in most cases are not posted at all (as they are posted in PRIMORDIAL phase)?
No threads are started in PRIMORDIAL phase they are started either in VM_START of LIVE phase.
As we can not guaranty any threads to be started in VM_START phase then the test has no verification goal.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25948#issuecomment-3002333491
More information about the serviceability-dev
mailing list