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

Matthias Baesken mbaesken at openjdk.org
Wed Jun 26 13:37:36 UTC 2024


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.

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

Commit messages:
 - JDK-8333144

Changes: https://git.openjdk.org/jdk/pull/19907/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19907&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8333144
  Stats: 24 lines in 3 files changed: 20 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/19907.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19907/head:pull/19907

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


More information about the hotspot-dev mailing list