Re: RFR: JDK-8311955: c++filt is now ibm-llvm-cxxfilt when using xlc17 / clang on AIX

2023-07-22 Thread Vyom Tewari
On Fri, 21 Jul 2023 11:38:13 GMT, Andreas Steiner wrote: > When using xlc17 to build on AIX , the mentioned tool is > /opt/IBM/openxlC/17.1.1/tools/ibm-llvm-cxxfilt instead of c++filt to check > that global operators new and delete are not present in hotspot objects. Looks OK to me.

Re: RFR: 8305089: Implement missing socket options on AIX [v4]

2023-04-14 Thread Vyom Tewari
On Fri, 14 Apr 2023 07:59:49 GMT, Varada M wrote: >> Breaking this into two parts : >> >> 1. Implementing socket options for AIX >> 2. DontFragmentTest failure >> >> - Implementing socket options for AIX : >> >> Unlike the linux, windows and macOS, AIX uses the default implementation for

Re: RFR: 8305089: Implement missing socket options on AIX [v2]

2023-04-04 Thread Vyom Tewari
On Thu, 30 Mar 2023 16:05:08 GMT, Varada M wrote: >> Breaking this into two parts : >> >> 1. Implementing socket options for AIX >> 2. DontFragmentTest failure >> >> - Implementing socket options for AIX : >> >> Unlike the linux, windows and macOS, AIX uses the default implementation for