src/share/vm/interpreter/interp_masm.hpp

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

*** 43,49 **** --- 43,52 ---- # include "interp_masm_ppc_32.hpp" #endif #ifdef TARGET_ARCH_MODEL_ppc_64 # include "interp_masm_ppc_64.hpp" #endif + #ifdef TARGET_ARCH_MODEL_aarch64 + # include "interp_masm_aarch64.hpp" + #endif #endif // SHARE_VM_INTERPRETER_INTERP_MASM_HPP