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

2023-07-21 Thread Christoph Langer
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. Marked as reviewed by

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

2023-07-21 Thread Matthias Baesken
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. Marked as reviewed by

Integrated: 8227229: Deprecate the launcher -Xdebug/-debug flags that have not done anything since Java 6

2023-07-21 Thread Jaikiran Pai
On Tue, 18 Jul 2023 06:59:52 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to deprecate for > removal the `-Xdebug` option and `-debug` option of the `java` command? This > addresses https://bugs.openjdk.org/browse/JDK-8227229. > > As noted in the JBS

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

2023-07-21 Thread Thomas Stuefe
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. Seems okay.

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

2023-07-21 Thread Andreas Steiner
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. - Commit messages: - JDK-8311955 Changes: