--- old/src/share/vm/runtime/javaCalls.hpp 2021-01-25 19:30:58.712076821 +0000 +++ new/src/share/vm/runtime/javaCalls.hpp 2021-01-25 19:30:58.586075497 +0000 @@ -34,6 +34,9 @@ #ifdef TARGET_ARCH_x86 # include "jniTypes_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "jniTypes_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "jniTypes_sparc.hpp" #endif