src/share/vm/runtime/frame.inline.hpp

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

*** 74,81 **** --- 74,84 ---- # include "frame_arm.inline.hpp" #endif #ifdef TARGET_ARCH_ppc # include "frame_ppc.inline.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "frame_aarch64.inline.hpp" + #endif #endif // SHARE_VM_RUNTIME_FRAME_INLINE_HPP