On Sat, 1 Nov 2025 21:08:57 GMT, Mohamed Issa <[email protected]> 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

This pull request has now been integrated.

Changeset: dadbad0b
Author:    Mohamed Issa <[email protected]>
Committer: SendaoYan <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/dadbad0bef84f671c8194c84080c760453ecc423
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8371088: Build fails when trying hsdis option

Reviewed-by: erikj

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

PR: https://git.openjdk.org/jdk/pull/28099

Reply via email to