Integrated: 8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion

Varada M duke at openjdk.org
Fri Feb 3 15:39:13 UTC 2023


On Mon, 16 Jan 2023 05:59:43 GMT, Varada M <duke at openjdk.org> wrote:

> The assertion failure with exit value 134 for the test TestDaemonDestroy.java is because when the JNI_CreateJavaVM is being called by main thread on AIX it prevents the jvm creation on the primordial thread on AIX. This is solved in such a way that when JNI_CreateJavaVM is called it runs in pthread thus enabling the creation of jvm. 
> 
> JBS issue for this test : [JDK-8300295](https://bugs.openjdk.org/browse/JDK-8300295)

This pull request has now been integrated.

Changeset: bccd55bf
Author:    Varada M <mvarada2000 at gmail.com>
Committer: Tyler Steele <tsteele at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bccd55bfdf3ae60389a8283cd2eed9c5e9dbe881
Stats:     35 lines in 1 file changed: 34 ins; 0 del; 1 mod

8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion

Reviewed-by: dholmes, stuefe

-------------

PR: https://git.openjdk.org/jdk/pull/12006


More information about the hotspot-runtime-dev mailing list