RFR: 8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion [v6]
Varada M
duke at openjdk.org
Thu Feb 2 17:07:10 UTC 2023
On Thu, 2 Feb 2023 13:06:54 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Sorry, had not noticed this before: We need error handling for the pthread routines. At the very least for pthread_create, which is the most likely to fail. Printing the errno and exiting with -1 should be fine in all cases. Would save the future analyzer of failed tests a lot of time.
I have made suggested changes. Thanks @tstuefe
-------------
PR: https://git.openjdk.org/jdk/pull/12006
More information about the hotspot-runtime-dev
mailing list