RFR: 8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion
Tyler Steele
tsteele at openjdk.org
Thu Jan 26 23:16:56 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-8300139](https://bugs.openjdk.org/browse/JDK-8300139l)
The pre-test failures on Linux and Macos do not appear related to these changes. The tests are failing with the following exception:
`compiler.lib.ir_framework.driver.irmatching.IRViolationException: There were one or multiple IR rule failures.`.
-------------
PR: https://git.openjdk.org/jdk/pull/12006
More information about the hotspot-runtime-dev
mailing list