RFR: 8372759: Test build/AbsPathsInImage.java fails after JDK-8370438 [v3]
Erik Joelsson
erikj at openjdk.org
Wed Dec 10 17:30:35 UTC 2025
On Wed, 10 Dec 2025 16:32:03 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> Fei Yang reported this test error on a Debian GNU/Linux 13 (trixie) x86_64 machine:
>>
>>
>> $ make test TEST="test/jdk/build/AbsPathsInImage.java"
>>
>> STDERR:
>> java.lang.Exception: Test failed
>> at AbsPathsInImage.main(AbsPathsInImage.java:132)
>> at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
>> at java.base/java.lang.reflect.Method.invoke(Method.java:565)
>> at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
>> at java.base/java.lang.Thread.run(Thread.java:1516)
>>
>>
>> The lto - built libsplashscreen.so was report to cause this.
>> To get rid of the unwanted paths in the shared lib (or in debug info files) we should not only compile but also link with debug prefix settings.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove AC_SUBST
make/autoconf/spec.gmk.template line 639:
> 637: CFLAGS_DEBUG_SYMBOLS := @CFLAGS_DEBUG_SYMBOLS@
> 638: ASFLAGS_DEBUG_SYMBOLS := @ASFLAGS_DEBUG_SYMBOLS@
> 639: DEBUG_PREFIX_CFLAGS := @DEBUG_PREFIX_CFLAGS@
Removing the AC_SUBST also means removing this line.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28676#discussion_r2607576831
More information about the build-dev
mailing list