-
Enhancement
-
Resolution: Fixed
-
P4
-
13
-
None
-
b13
-
aix
For OpenJDK 13 we've moved to XLC 16 as required compiler. XLC 16 comes with a new Clang based compiler frontend (called xlclang/xlclang++) which will be used by default but it also still supports the old legacy xlc/xlC compilers.
As we won't support the old xlc/xlC compilers anyway any more we can remove the extra handling for them from the configure script.
As we won't support the old xlc/xlC compilers anyway any more we can remove the extra handling for them from the configure script.
- relates to
-
JDK-8218965 aix: support xlclang++ in the compiler detection
- Resolved
- links to
-
Review openjdk/jdk11u-dev/996