On Fri, 26 May 2023 08:31:46 GMT, JoKern65 <d...@openjdk.org> 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 changes are in hotspot, some might 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 _
src/hotspot/share/runtime/javaThread.cpp line 115: > 113: #include <alloca.h> > 114: #endif > 115: Could these conditionals be included in globalDefinitions_xlc.hpp instead? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14146#discussion_r1210684136