RFR: JDK-8300068: UBSan CFLAGS/LDFLAGS not passed when building ADLC

David Holmes dholmes at openjdk.org
Tue Jan 17 05:22:13 UTC 2023


On Thu, 12 Jan 2023 18:30:12 GMT, Justin King <jcking at openjdk.org> wrote:

> Fix misconfigured UBSan build by funneling `UBSAN_CFLAGS` and `UBSAN_LDFLAGS` to ADLC.

ADLC is just a build tool. There is no reason for it to need the hotspot build flags.

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

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



More information about the build-dev mailing list