RFR: JDK-8303549: [AIX] TestNativeStack.java is failing with exit value 1

Varada M duke at openjdk.org
Thu Jun 15 10:35:06 UTC 2023


On Tue, 30 May 2023 23:55:11 GMT, David Holmes <dholmes 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)
>
> @varada1110  I have integrated the change and test for #14139. Once this fix is finalized in form could you apply it to that new test too? Thanks.

Thank you @dholmes-ora

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

PR Comment: https://git.openjdk.org/jdk/pull/14209#issuecomment-1592787936


More information about the hotspot-runtime-dev mailing list