RFR: 8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion [v4]
Varada M
duke at openjdk.org
Wed Feb 1 05:27:14 UTC 2023
> 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)
Varada M has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12006/files
- new: https://git.openjdk.org/jdk/pull/12006/files/8f6375d2..086a01f4
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12006&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12006&range=02-03
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/12006.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12006/head:pull/12006
PR: https://git.openjdk.org/jdk/pull/12006
More information about the hotspot-runtime-dev
mailing list