On Mon, 3 Feb 2025 12:24:17 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> The clang compiler currently used on AIX should be able to support > precompiled headers in the HS build (same as on Linux or macOS where clang is > used). > However currently the precompiled headers feature is disabled on AIX > (probably because the old xlc had issues with this feature). This pull request has now been integrated. Changeset: beae8843 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/beae8843b9b2433af5e9fbe420b17e663cbdb960 Stats: 16 lines in 2 files changed: 7 ins; 6 del; 3 mod 8349150: Support precompiled headers on AIX Reviewed-by: jkern, erikj ------------- PR: https://git.openjdk.org/jdk/pull/23417