--- old/src/share/vm/c1/c1_globals.hpp 2021-01-25 19:30:25.389726590 +0000 +++ new/src/share/vm/c1/c1_globals.hpp 2021-01-25 19:30:25.248725108 +0000 @@ -29,6 +29,9 @@ #ifdef TARGET_ARCH_x86 # include "c1_globals_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "c1_globals_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "c1_globals_sparc.hpp" #endif