RFR: JDK-8219652: [aix] Tests failing with JNI attach problems. [v7]

Chris Plummer cjplummer at openjdk.org
Fri Sep 29 00:41:46 UTC 2023


On Thu, 28 Sep 2023 16:44:26 GMT, Varada M <duke at openjdk.org> wrote:

>> Similar issue [JDK-8303549](https://bugs.openjdk.org/browse/JDK-8303549) where AttachCurrentThread is failing  on AIX due t stack size issue.
>> Test cases:
>> runtime/jni/terminatedThread/TestTerminatedThread.java 
>> vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java 
>> vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/TestDescription.java 
>> vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/TestDescription.java
>> 
>> Reported Issue : [JDK-8219652](https://bugs.openjdk.org/browse/JDK-8219652)
>
> Varada M has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Copyrights updated

Marked as reviewed by cjplummer (Reviewer).

I just ran the changes through our tier1 CI and also ran all the nsk/jvmti tests on all supported platforms and everything passed, so I think the changes are good.

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

PR Review: https://git.openjdk.org/jdk/pull/15924#pullrequestreview-1649846364
PR Comment: https://git.openjdk.org/jdk/pull/15924#issuecomment-1740131599


More information about the serviceability-dev mailing list