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

2023-10-03 Thread Varada M
On Tue, 26 Sep 2023 13:49:02 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 > vmTes

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. [v6]

2023-09-28 Thread Varada M
On Thu, 28 Sep 2023 14:25:16 GMT, Chris Plummer wrote: > Copyrights need updating. > > Can you tell me what testing you've done? I have performed jtreg testing - PR Comment: https://git.openjdk.org/jdk/pull/15924#issuecomment-1739670301

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

2023-09-28 Thread Varada M
n/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) Vara

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

2023-09-28 Thread Varada M
n/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) Vara

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

2023-09-27 Thread Varada M
On Wed, 27 Sep 2023 15:54:15 GMT, Chris Plummer wrote: >> Any test fixed by this PR should be removed from the problem list by this >> PR. If there are any tests problem listed with this CR that still fail after >> it is fixed, then they need to have a new CR filed for them, and the problem >>

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

2023-09-27 Thread Varada M
On Thu, 28 Sep 2023 04:30:16 GMT, David Holmes wrote: >> Varada M has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Added pthread attritubes to libterminatedThread.c > > test/hotspot/jtreg/vmTestbase/nsk/

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

2023-09-27 Thread Varada M
n/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) Vara

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

2023-09-27 Thread Varada M
n/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) Vara

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

2023-09-27 Thread Varada M
n/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) Vara

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

2023-09-27 Thread Varada M
On Tue, 26 Sep 2023 22:38:21 GMT, David Holmes wrote: > You should be changing the thread creation logic in > ./nsk/share/native/native_thread.cpp for the nsk test changes. > > Thanks Thank you @dholmes-ora .I have applied changes there. Please review the code change - PR Commen

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

2023-09-27 Thread Varada M
On Tue, 26 Sep 2023 15:48:01 GMT, Chris Plummer wrote: >> Varada M has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - AttachCurrentThread() failure solution >> - Revert "AttachCurrentThread() failure

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

2023-09-27 Thread Varada M
n/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) Vara

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

2023-09-26 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.java vmT