Integrated: 8342939: Building ZGC without compiler2 fails

Thomas Schatzl tschatzl at openjdk.org
Fri Oct 25 07:20:10 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

This pull request has now been integrated.

Changeset: 4635351b
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4635351b1570fcea07fac1ece5f76f528d68c2a7
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8342939: Building ZGC without compiler2 fails

Reviewed-by: eosterlund, mli, kvn

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

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


More information about the hotspot-dev mailing list