After push of [JDK-8307478](https://bugs.openjdk.org/browse/JDK-8307478) , the
following test started to fail on AIX :
com/sun/tools/attach/warnings/DynamicLoadWarningTest.java;
The problem was described in
[JDK-8309549](https://bugs.openjdk.org/browse/JDK-8309549) with a first try of
a fix.
A s
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 f
The test library libGetXSpace.c also shows a warning.
> In addition, the cast in that lib is wrong, we opened
> "[JDK-8309216](https://bugs.openjdk.org/browse/JDK-8309216) cast from jchar*
> to char* in test GetXSpace.java" for that.
JoKern65 has updated the pull request inc
The test library libGetXSpace.c also shows a warning.
> In addition, the cast in that lib is wrong, we opened
> "[JDK-8309216](https://bugs.openjdk.org/browse/JDK-8309216) cast from jchar*
> to char* in test GetXSpace.java" for that.
JoKern65 has updated the pull request with a
Compiling on AIX with xlc17 which contains the new clang 15 frontend
shows the following warnings.
built by make/modules/java.base/Lib.gmk
src/java.base/unix/native/libnet/DefaultProxySelector.c:378:41:22: error:
passing arguments to a function without a prototype is deprecated in all
versions
On Thu, 25 May 2023 09:14:14 GMT, JoKern65 wrote:
> When using the new xlc17 compiler (based on a recent clang) to build OpenJDk
> on AIX , we run into various "warnings as errors".
> Some of those are in shared codebase and could be addressed by small
> adjustments.
&g
On Fri, 26 May 2023 08:31:46 GMT, JoKern65 wrote:
>> When using the new xlc17 compiler (based on a recent clang) to build OpenJDk
>> on AIX , we run into various "warnings as errors".
>> Some of those are in shared codebase and could be addressed by small
>&
On Tue, 30 May 2023 21:44:17 GMT, JoKern65 wrote:
>> src/hotspot/share/runtime/javaThread.cpp line 115:
>>
>>> 113: #include
>>> 114: #endif
>>> 115:
>>
>> Could these conditionals be included in globalDefinitions_xlc.hpp instead?
&g
On Tue, 30 May 2023 18:42:54 GMT, Coleen Phillimore wrote:
>> JoKern65 has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> forgotton _
>
> src/hotspot/share/runtime/javaThread.cpp line 115:
>
>&g
On Fri, 26 May 2023 08:31:46 GMT, JoKern65 wrote:
>> When using the new xlc17 compiler (based on a recent clang) to build OpenJDk
>> on AIX , we run into various "warnings as errors".
>> Some of those are in shared codebase and could be addressed by small
>&
On Fri, 26 May 2023 08:31:46 GMT, JoKern65 wrote:
>> When using the new xlc17 compiler (based on a recent clang) to build OpenJDk
>> on AIX , we run into various "warnings as errors".
>> Some of those are in shared codebase and could be addressed by small
>&
On Fri, 26 May 2023 08:31:46 GMT, JoKern65 wrote:
>> When using the new xlc17 compiler (based on a recent clang) to build OpenJDk
>> on AIX , we run into various "warnings as errors".
>> Some of those are in shared codebase and could be addressed by small
>&
be somewhere else in the
> OpenJDK C/C++ code.
JoKern65 has updated the pull request incrementally with one additional commit
since the last revision:
forgotton _
-
Changes:
- all: https://git.openjdk.org/jdk/pull/14146/files
- new: https://git.openjdk.org/jdk/pull/14
On Thu, 25 May 2023 15:18:41 GMT, Kim Barrett wrote:
>> When using the new xlc17 compiler (based on a recent clang) to build OpenJDk
>> on AIX , we run into various "warnings as errors".
>> Some of those are in shared codebase and could be addressed by small
>> adjustments.
>> A lot of those ch
When using the new xlc17 compiler (based on a recent clang) to build OpenJDk on
AIX , we run into various "warnings as errors".
Some of those are in shared codebase and could be addressed by small
adjustments.
A lot of those changes are in hotspot, some might be somewhere else in the
OpenJDK C/C
15 matches
Mail list logo