--- old/src/share/vm/runtime/java.cpp 2021-01-25 19:30:58.245071913 +0000 +++ new/src/share/vm/runtime/java.cpp 2021-01-25 19:30:58.116070557 +0000 @@ -69,6 +69,9 @@ #ifdef TARGET_ARCH_x86 # include "vm_version_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "vm_version_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "vm_version_sparc.hpp" #endif