Integrated: 8333144: docker tests do not work when ubsan is configured

Matthias Baesken mbaesken at openjdk.org
Mon Aug 5 06:00:36 UTC 2024


On Wed, 26 Jun 2024 13:32:32 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Currently when we run with ubsan - enabled binaries (configure option --enable-ubsan, see [JDK-8298448](https://bugs.openjdk.org/browse/JDK-8298448)), the docker tests do not work.
> 
> We find this in the test output
> 
> [STDOUT]
> /jdk/bin/java: error while loading shared libraries: libubsan.so.1: cannot open shared object file: No such file or directory
> 
> The container where the test is executed does not contain the ubsan package; we might skip the test in this case.

This pull request has now been integrated.

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

8333144: docker tests do not work when ubsan is configured

Reviewed-by: clanger, stuefe

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

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


More information about the hotspot-dev mailing list