On Wed, 25 Jun 2025 01:12:06 GMT, Alex Menkov <amen...@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