Integrated: JDK-8303549: [AIX] TestNativeStack.java is failing with exit value 1
Varada M
duke at openjdk.org
Mon Jun 26 14:32:16 UTC 2023
On Tue, 30 May 2023 04:55:36 GMT, Varada M <duke at openjdk.org> wrote:
> Stackoverflow exception has caused an exit value 1 when native thread is attaching as daemon.
> On AIX the default stack for posix thread is 192 KB. For this particular test we run thread in pthread_create() which is defined in pthread library thus not following JVM thread creation routines. Hence we have to explicitly provide stack size.
>
> Reported Issue :[JDK-8303549]( https://bugs.openjdk.org/browse/JDK-8303549)
This pull request has now been integrated.
Changeset: 5ff42d14
Author: Varada M <mvarada2000 at gmail.com>
Committer: Tyler Steele <tsteele at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5ff42d14294199eb3bf10b66530f9249fb68810d
Stats: 14 lines in 2 files changed: 12 ins; 0 del; 2 mod
8303549: [AIX] TestNativeStack.java is failing with exit value 1
Reviewed-by: dholmes, gziemski
-------------
PR: https://git.openjdk.org/jdk/pull/14209
More information about the hotspot-runtime-dev
mailing list