--- old/src/share/vm/runtime/stubRoutines.hpp 2014-11-17 10:50:03.559364684 -0500 +++ new/src/share/vm/runtime/stubRoutines.hpp 2014-11-17 10:50:03.349383789 -0500 @@ -105,6 +105,9 @@ #ifdef TARGET_ARCH_MODEL_ppc_64 # include "stubRoutines_ppc_64.hpp" #endif +#ifdef TARGET_ARCH_MODEL_aarch64 +# include "stubRoutines_aarch64.hpp" +#endif static jint _verify_oop_count;