RFR: JDK-8329257: AIX: Switch HOTSPOT_TOOLCHAIN_TYPE from xlc to gcc [v2]

Martin Doerr mdoerr at openjdk.org
Tue Apr 2 14:51:11 UTC 2024


On Tue, 2 Apr 2024 11:22:54 GMT, Joachim Kern <jkern at openjdk.org> wrote:

>> I'd prefer having less AIX specific parts in this file. Can this be moved somewhere else? Or maybe combine it with the AIX code above?
>
> My question is, do we need this block, because now already configure warns about an outdated compiler, or is a warning to weak and we want to force this error here?

I think that building with xlc 16 is no longer possible because the old build pipeline is no longer supported and that is already caught by configure. So, can we even reach here with older xlc compilers?
If not, this code can get removed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18536#discussion_r1548043503


More information about the build-dev mailing list