src/share/vm/interpreter/templateTable.hpp

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

*** 360,369 **** --- 360,372 ---- # include "templateTable_ppc_32.hpp" #endif #ifdef TARGET_ARCH_MODEL_ppc_64 # include "templateTable_ppc_64.hpp" #endif + #ifdef TARGET_ARCH_MODEL_aarch64 + # include "templateTable_aarch64.hpp" + #endif }; #endif /* !CC_INTERP */ #endif // SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP