--- old/src/share/vm/opto/c2_globals.hpp 2014-11-17 10:49:35.901881018 -0500 +++ new/src/share/vm/opto/c2_globals.hpp 2014-11-17 10:49:35.691900122 -0500 @@ -38,6 +38,9 @@ #ifdef TARGET_ARCH_ppc # include "c2_globals_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "c2_globals_aarch64.hpp" +#endif #ifdef TARGET_OS_FAMILY_linux # include "c2_globals_linux.hpp" #endif