--- old/src/share/vm/prims/methodHandles.hpp 2021-01-25 19:30:52.866015377 +0000 +++ new/src/share/vm/prims/methodHandles.hpp 2021-01-25 19:30:52.748014137 +0000 @@ -182,6 +182,9 @@ #ifdef TARGET_ARCH_x86 # include "methodHandles_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "methodHandles_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "methodHandles_sparc.hpp" #endif