On Tue, 17 Jan 2023 13:50:48 GMT, Justin King <jck...@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