On Mon, 3 Nov 2025 13:00:31 GMT, Erik Joelsson <[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 > > Marked as reviewed by erikj (Reviewer). > @erikj79 Is it ok if I mark this for integration? Yes, my review is sufficient. ------------- PR Comment: https://git.openjdk.org/jdk/pull/28099#issuecomment-3482602895
