RFR: 8350258: AArch64: Client build fails after JDK-8347917
Vladimir Kozlov
kvn at openjdk.org
Wed Feb 19 22:44:51 UTC 2025
On Tue, 18 Feb 2025 22:42:18 GMT, Dmitry Chuyko <dchuyko at openjdk.org> wrote:
> COMPILER1_OR_COMPILER2 condition is used instead of COMPILER2_OR_JVMCI, which also covers INCLUDE_JVMCI case.
Where you got this? Client VM will have only C1 and you guard will pass.
-------------
Changes requested by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/23682#pullrequestreview-2628137848
More information about the hotspot-dev
mailing list