--- old/src/share/vm/runtime/stackValueCollection.cpp 2021-01-25 19:31:02.938121239 +0000 +++ new/src/share/vm/runtime/stackValueCollection.cpp 2021-01-25 19:31:02.805119841 +0000 @@ -27,6 +27,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