Re: RFR: JDK-8329074: AIX build fails after JDK-8328824

2024-03-26 Thread Goetz Lindenmaier
On Tue, 26 Mar 2024 09:21:20 GMT, Matthias Baesken wrote: > After [JDK-8328824](https://bugs.openjdk.org/browse/JDK-8328824), we run in > the AIX build into this failure : > > /opt/freeware/bin/bash: -c: line 1: syntax error near unexpected token `(' > gmake[3]: *** [lib/CoreLibraries.gmk:194:

Re: RFR: JDK-8309219: Fix xlc17 clang 15 warnings in java.base

2023-06-06 Thread Goetz Lindenmaier
On Fri, 2 Jun 2023 10:08:09 GMT, JoKern65 wrote: > This pr is a split off from JDK-8308288: Fix xlc17 clang warnings in shared > code https://github.com/openjdk/jdk/pull/14146 > It handles the part in java.base. > > Compiling on AIX with xlc17 which contains the new clang 15 frontend > shows

Re: RFR: JDK-8309225: Fix xlc17 clang 15 warnings in security and servicability

2023-06-05 Thread Goetz Lindenmaier
On Fri, 2 Jun 2023 10:19:53 GMT, JoKern65 wrote: > This pr is a split off from JDK-8308288: Fix xlc17 clang warnings in shared > code https://github.com/openjdk/jdk/pull/14146 > It handles the part in security and servicability. > > Compiling on AIX with xlc17 which contains the new clang 15

Re: RFR: JDK-8309225: Fix xlc17 clang 15 warnings in security and servicability

2023-06-05 Thread Goetz Lindenmaier
On Fri, 2 Jun 2023 10:19:53 GMT, JoKern65 wrote: > This pr is a split off from JDK-8308288: Fix xlc17 clang warnings in shared > code https://github.com/openjdk/jdk/pull/14146 > It handles the part in security and servicability. > > Compiling on AIX with xlc17 which contains the new clang 15

Re: RFR: JDK-8309224: Fix xlc17 clang 15 warnings in java.desktop [v2]

2023-06-02 Thread Goetz Lindenmaier
On Thu, 1 Jun 2023 17:31:28 GMT, JoKern65 wrote: >> This pr is a split off from JDK-8308288: Fix xlc17 clang warnings in shared >> code https://github.com/openjdk/jdk/pull/14146 >> It handles the part in java.desktop. >> prrace had already reviewed this part in the original pr. >> >> Here are

Re: RFR: JDK-8309224: Fix xlc17 clang 15 warnings in java.desktop [v2]

2023-06-02 Thread Goetz Lindenmaier
On Thu, 1 Jun 2023 17:13:56 GMT, Phil Race wrote: >> JoKern65 has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update Awt2dLibraries.gmk >> >> followed prrace annotation > > make/modules/java.desktop/lib/Awt2dLibraries.gmk line 708:

Re: RFR: 8306658: GHA: MSVC installation could be optional since it might already be pre-installed [v3]

2023-04-24 Thread Goetz Lindenmaier
On Fri, 21 Apr 2023 12:21:39 GMT, Christoph Langer wrote: >> We figured that seemingly the correct toolchain could be (and is) already >> installed by default on Github runners and it makes sense to skip the >> expensive installation operation which takes some 10+ minutes. >> >> I also tested