From 28e02fa2cb40267136c88a507696ec3e610e95a3 Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Wed, 19 Jan 2022 12:01:05 +0000 Subject: [PATCH] 8280234: AArch64 "core" variant does not build after JDK-8270947 Reviewed-by: adinn, aph --- src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp index 07e3fdad17b..5641c1b1417 100644 --- a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp +++ b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp @@ -29,6 +29,7 @@ #include "jvm.h" #include "asm/assembler.hpp" #include "asm/assembler.inline.hpp" +#include "ci/ciEnv.hpp" #include "gc/shared/barrierSet.hpp" #include "gc/shared/barrierSetAssembler.hpp" #include "gc/shared/cardTableBarrierSet.hpp"