RFR: 8342939: Building ZGC without compiler2 fails
Erik Österlund
eosterlund at openjdk.org
Thu Oct 24 08:20:05 UTC 2024
On Thu, 24 Oct 2024 08:06:30 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this change that makes ZGC compile without the C2 compiler.
>
> The solution is to ifdef the offending C2 code, and returning `false` for the predicate that checks whether this is a C2 compilation (which can't be because there is no C2 compiled in).
>
> Testing: manual compilation without C2, gha
>
> Thanks,
> Thomas
Looks good.
-------------
Marked as reviewed by eosterlund (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21677#pullrequestreview-2391679825
More information about the hotspot-dev
mailing list