--- old/src/share/vm/asm/codeBuffer.hpp 2014-12-10 05:38:42.790444396 -0500 +++ new/src/share/vm/asm/codeBuffer.hpp 2014-12-10 05:38:42.580462994 -0500 @@ -632,6 +632,9 @@ #ifdef TARGET_ARCH_ppc # include "codeBuffer_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "codeBuffer_aarch64.hpp" +#endif };