--- old/src/share/vm/runtime/javaCalls.hpp 2014-12-10 05:39:44.025020998 -0500 +++ new/src/share/vm/runtime/javaCalls.hpp 2014-12-10 05:39:43.815039595 -0500 @@ -46,6 +46,9 @@ #ifdef TARGET_ARCH_ppc # include "jniTypes_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "jniTypes_aarch64.hpp" +#endif // A JavaCallWrapper is constructed before each JavaCall and destructed after the call. // Its purpose is to allocate/deallocate a new handle block and to save/restore the last