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

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

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

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

RFR: 8352392: AIX: implement attach API v2 and streaming output

2025-03-24 Thread Varada M
AIX changes for attach API to support arbitrary length arguments and the streaming output support. serviceability/attach/AttachAPIv2/StreamingOutputTest.java test passes tier1, tier2 and tier3 testing is successful with fastdebug level JBS Issue : [JDK-8352392](https://bugs.openjdk.org/browse/J

Re: RFR: 8352392: AIX: implement attach API v2 and streaming output

2025-03-27 Thread Varada M
On Sun, 23 Mar 2025 14:33:36 GMT, Varada M wrote: > AIX changes for attach API to support arbitrary length arguments and the > streaming output support. > serviceability/attach/AttachAPIv2/StreamingOutputTest.java test passes > > tier1, tier2 and tier3 testing is successful

Withdrawn: 8352392: AIX: implement attach API v2 and streaming output

2025-03-27 Thread Varada M
On Sun, 23 Mar 2025 14:33:36 GMT, Varada M wrote: > AIX changes for attach API to support arbitrary length arguments and the > streaming output support. > serviceability/attach/AttachAPIv2/StreamingOutputTest.java test passes > > tier1, tier2 and tier3 testing is successful

Re: RFR: 8352392: AIX: implement attach API v2 and streaming output [v2]

2025-03-28 Thread Varada M
: [JDK-8352392](https://bugs.openjdk.org/browse/JDK-8352392) Varada M has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revis

Re: RFR: 8352392: AIX: implement attach API v2 and streaming output [v3]

2025-03-28 Thread Varada M
: [JDK-8352392](https://bugs.openjdk.org/browse/JDK-8352392) Varada M has updated the pull request incrementally with two additional commits since the last revision: - updated copyright header - removed StreamingOutputTest.java from problem list - Changes: - all: https://git.openjdk.org

Re: RFR: 8352392: AIX: implement attach API v2 and streaming output

2025-03-28 Thread Varada M
On Thu, 27 Mar 2025 21:01:29 GMT, Alex Menkov wrote: >> AIX changes for attach API to support arbitrary length arguments and the >> streaming output support. >> serviceability/attach/AttachAPIv2/StreamingOutputTest.java test passes >> >> tier1, tier2 and tier3 testing is successful with fastde