On Thu, 11 Jan 2024 13:04:35 GMT, Julian Waters <jwat...@openjdk.org> wrote:
> There is a typo in adlc: > > ``` > diff --git a/make/hotspot/gensrc/GensrcAdlc.gmk > b/make/hotspot/gensrc/GensrcAdlc.gmk > index 0898d91e1c2..bb356476847 100644 > --- a/make/hotspot/gensrc/GensrcAdlc.gmk > +++ b/make/hotspot/gensrc/GensrcAdlc.gmk > @@ -51,7 +51,7 @@ ifeq ($(call check-jvm-feature, compiler2), true) > endif > > # Set the C++ standard > - ADLC_CFLAGS += $(ADLC_LANGSTD_CXXFLAG) > + ADLC_CFLAGS += $(ADLC_LANGSTD_CXXFLAGS) > > # NOTE: The old build didn't set -DASSERT for windows but it doesn't seem > to > # hurt. > ``` Created a PR for that: https://github.com/openjdk/jdk/pull/17705 ------------- PR Comment: https://git.openjdk.org/jdk/pull/14988#issuecomment-1926450195