On Wed, 18 Jan 2023 20:40:40 GMT, Justin King <jck...@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