changeset 29180 | 50369728b00e |
parent 27157 | 364276bc8d8b |
child 33160 | c59f1676d27e |
--- a/hotspot/src/share/vm/runtime/javaCalls.hpp Fri Nov 21 08:00:31 2014 -0800 +++ b/hotspot/src/share/vm/runtime/javaCalls.hpp Thu Dec 11 13:11:53 2014 -0800 @@ -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