RFR: JDK-8300592: ASan build does not correctly propagate options to some test launchers
Justin King
jcking at openjdk.org
Mon Jan 23 19:39:46 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.
Updated to just add it to all native test executables for Hotspot and JDK.
-------------
PR: https://git.openjdk.org/jdk/pull/12082
More information about the build-dev
mailing list