8331541: [i386] linking with libjvm.so fails after JDK-8283326
authorVladimir Petko <vladimir.petko@canonical.com>
Thu, 23 Oct 2025 10:14:51 +0000 (12:14 +0200)
committerMoritz Mühlenhoff <jmm@debian.org>
Thu, 23 Oct 2025 10:14:51 +0000 (12:14 +0200)
commitcaeb95cf10c9252974a7c73f9dc39cf0d25b5fac
tree396f65a9ee0555de4cf866ba01d9350e7c64c722
parent27ddea12962d084c8e384e7edaa526b7afc5325f
8331541: [i386] linking with libjvm.so fails after JDK-8283326

Origin: https://github.com/openjdk/jdk/pull/19048
Bug: https://bugs.openjdk.org/browse/JDK-8331541
Applied-Upstream: commit:2d622152b07bba0aba8fd5b1e24293e28d6e69f5
Last-Update: 2024-05-02

i386 declaration of _SafeFetch32_impl contains an underscore
that causes an undefined symbol in libjvm.so.
Disable -Wl,--allow-shlib-undefined link flag that allowed the
build to succeed.

Gbp-Pq: Name jdk-8331541.patch
make/autoconf/flags-ldflags.m4
src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_32.S