RFR: JDK-8300592: ASan build does not correctly propagate options to some test launchers

Magnus Ihse Bursie ihse at openjdk.org
Mon Jan 23 15:08:43 UTC 2023


On Wed, 18 Jan 2023 20:40:40 GMT, Justin King <jcking at openjdk.org> wrote:

> Update some custom launchers to set the default ASan options, without it the tests fail due to incompatibility with LSan. Additionally adds `-fno-common` for ASan build, as suggested by the docs.

I think this should be added to *all* test launchers, instead of enumerating a list. That seems to be a safer and more future-proof route.

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

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



More information about the build-dev mailing list