--- old/src/share/vm/runtime/sharedRuntime.cpp 2021-01-25 19:31:02.427115868 +0000 +++ new/src/share/vm/runtime/sharedRuntime.cpp 2021-01-25 19:31:02.307114607 +0000 @@ -62,6 +62,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"