--- old/src/share/vm/prims/jni_md.h 2014-12-11 13:53:40.577944119 -0500 +++ new/src/share/vm/prims/jni_md.h 2014-12-11 13:53:40.337965373 -0500 @@ -39,6 +39,9 @@ #ifdef TARGET_ARCH_ppc # include "jni_ppc.h" #endif +#ifdef TARGET_ARCH_aarch64 +# include "jni_aarch64.h" +#endif /*