Integrated: 8372759: Test build/AbsPathsInImage.java fails after JDK-8370438

Matthias Baesken mbaesken at openjdk.org
Thu Dec 11 14:16:12 UTC 2025


On Fri, 5 Dec 2025 11:48:14 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.

This pull request has now been integrated.

Changeset: b0bd0c39
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b0bd0c398ee0e0fd625eba1e7d9802a4e420a2c5
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8372759: Test build/AbsPathsInImage.java fails after JDK-8370438

Reviewed-by: erikj

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

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


More information about the build-dev mailing list