--- old/src/share/vm/runtime/safepoint.cpp 2021-01-25 19:31:01.975111117 +0000 +++ new/src/share/vm/runtime/safepoint.cpp 2021-01-25 19:31:01.852109824 +0000 @@ -58,6 +58,10 @@ # include "nativeInst_x86.hpp" # include "vmreg_x86.inline.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "nativeInst_aarch64.hpp" +# include "vmreg_aarch64.inline.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "nativeInst_sparc.hpp" # include "vmreg_sparc.inline.hpp"