--- old/src/share/vm/opto/c2_globals.hpp 2021-01-25 19:30:41.608897060 +0000 +++ new/src/share/vm/opto/c2_globals.hpp 2021-01-25 19:30:41.486895778 +0000 @@ -29,6 +29,9 @@ #ifdef TARGET_ARCH_x86 # include "c2_globals_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "c2_globals_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "c2_globals_sparc.hpp" #endif