src/share/vm/interpreter/templateInterpreter.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

*** 202,211 **** --- 202,214 ---- # include "templateInterpreter_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "templateInterpreter_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "templateInterpreter_aarch64.hpp" + #endif }; #endif // !CC_INTERP