RFR: JDK-8300254: ASan build does not correctly propagate ASAN_OPTIONS
Magnus Ihse Bursie
ihse at openjdk.org
Tue Jan 17 16:59:18 UTC 2023
On Tue, 17 Jan 2023 13:50:48 GMT, Justin King <jcking at openjdk.org> wrote:
> Update ASan build to use the same approach as UBSan for setting default options. The main difference is that we only want to change the default ASan options for processes which launch the JVM. We do this by only compiling the default options in the common launcher build file.
This is definitely much cleaner than the previous approach! Thanks for fixing it. If it also makes the ASan testing work properly, so much better. ;-)
-------------
Marked as reviewed by ihse (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12039
More information about the build-dev
mailing list