RFR: 8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup

Magnus Ihse Bursie ihse at openjdk.org
Fri Jan 24 17:31:52 UTC 2025


On Fri, 24 Jan 2025 09:09:15 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> When building on Linux ppc64le with the clang toolchain, the new JVM fails already in the build process with an error/crash :
> 
> 
> # SIGILL (0x4) at pc=0x000079198fae03ac, pid=2922849, tid=2923410
> #
> # Problematic frame:
> # v ~BufferBlob::detect_cpu_features 0x000079198fae03ac
> 
> 
> It was noticed the clang build on Linux ppc64le missed some important compile flags, especially  -DABI_ELFv2 (compared to gcc build).

Marked as reviewed by ihse (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/23292#pullrequestreview-2573223505


More information about the build-dev mailing list