RFR: 8371088: Build fails when trying hsdis option

duke duke at openjdk.org
Mon Nov 3 23:53:02 UTC 2025


On Sat, 1 Nov 2025 21:08:57 GMT, Mohamed Issa <missa at openjdk.org> wrote:

> When compiling the **install-hsdis** target, _libsframe.a_ won't be linked on some Linux distros (e.g., openSUSE Leap v15.6) because it's in the _lib64_ folder. This change adds a check for that so the build doesn't fail.
> 
> To test, I used the configure and build commands posted below.
> 
> 
> bash ./configure --with-boot-jdk=/opt/jvm/java-25-openjdk --with-boot-jdk-jvmargs="-Xmx8G" --with-jmh=build/jmh/jars --with-hsdis=binutils --with-binutils-src=~/git/sourceware.org/binutils-gdb --with-jtreg=~/github/missa-prime/openjdk/jtreg/build/images/jtreg --with-gtest=~/github/missa-prime/google/googletest --with-debug-level=fastdebug
> 
> make CONF=linux-x86_64-server-fastdebug clean
> 
> make CONF=linux-x86_64-server-fastdebug install-hsdis

@missa-prime 
Your change (at version 1bb1aad954e6615ab5f4b807c0b0a541bba297ac) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/28099#issuecomment-3483054471


More information about the build-dev mailing list