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

2023-09-29 Thread Serguei Spitsyn
On Thu, 28 Sep 2023 16:44:26 GMT, Varada M wrote: >> Similar issue [JDK-8303549](https://bugs.openjdk.org/browse/JDK-8303549) >> where AttachCurrentThread is failing on AIX due to stack size issue. >> Test cases: >> runtime/jni/terminatedThread/TestTerminatedThread.java >> vmTestbase/nsk/jvmti

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

2023-09-28 Thread Varada M
On Thu, 28 Sep 2023 23:46:52 GMT, Chris Plummer wrote: > 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. I performed tests on AIX 7.2. Thank you @plummercj for checking on al

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

2023-09-28 Thread Chris Plummer
On Thu, 28 Sep 2023 16:44:26 GMT, Varada M 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/

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

2023-09-28 Thread Varada M
> 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.