--- old/src/share/vm/opto/matcher.cpp 2021-01-25 19:30:46.597949497 +0000 +++ new/src/share/vm/opto/matcher.cpp 2021-01-25 19:30:46.471948173 +0000 @@ -44,6 +44,8 @@ # include "adfiles/ad_x86_32.hpp" #elif defined TARGET_ARCH_MODEL_x86_64 # include "adfiles/ad_x86_64.hpp" +#elif defined TARGET_ARCH_MODEL_aarch64 +# include "adfiles/ad_aarch64.hpp" #elif defined TARGET_ARCH_MODEL_sparc # include "adfiles/ad_sparc.hpp" #elif defined TARGET_ARCH_MODEL_zero