src/share/vm/interpreter/bytecodeInterpreter.inline.hpp

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

*** 56,64 **** --- 56,67 ---- # include "bytecodeInterpreter_arm.inline.hpp" #endif #ifdef TARGET_ARCH_ppc # include "bytecodeInterpreter_ppc.inline.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "bytecodeInterpreter_aarch64.inline.hpp" + #endif #endif // CC_INTERP #endif // SHARE_VM_INTERPRETER_BYTECODEINTERPRETER_INLINE_HPP