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

Matthias Baesken mbaesken at openjdk.org
Fri Jul 26 07:40:31 UTC 2024


On Fri, 26 Jul 2024 04:27:04 GMT, David Holmes <dholmes at openjdk.org> wrote:

> I think others who have more investment in this area need to weigh in. I don't know the implications for our infra folk if we need to ensure ubsan is installed.

I think this would be in the standard container config / BUILDFILE we use for the tests.  So if all works well, no implications.

On the other hand, we could also just run the ubsan - based tests with an own exclude/problem list and exclude the docker test that currently cannot work. That needs a separate list but no other src changes like this PR or the idea with adjusted docker container config.

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

PR Comment: https://git.openjdk.org/jdk/pull/19907#issuecomment-2252155558


More information about the hotspot-dev mailing list