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/share/native/native_thread.cpp line

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

2023-09-27 Thread David Holmes
On Wed, 27 Sep 2023 08:40:48 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. [v4]

2023-09-27 Thread Chris Plummer
On Wed, 27 Sep 2023 15:52:47 GMT, Chris Plummer wrote: >> Is it like we should create separate PR to remove/add tests from ProblemList >> or can I remove those from ProblemList in this PR itself. One of the test >> "TestTerminatedThread.java" still fails so it should be under ProblemList >> it

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

2023-09-27 Thread Chris Plummer
On Wed, 27 Sep 2023 08:13:21 GMT, Varada M wrote: >> test/hotspot/jtreg/ProblemList.txt line 155: >> >>> 153: >>> 154: vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java >>> 8202971 generic-all >>> 155: >>> vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/TestDesc

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

2023-09-27 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.