--- old/src/share/vm/runtime/frame.inline.hpp 2014-12-11 13:53:47.367342798 -0500 +++ new/src/share/vm/runtime/frame.inline.hpp 2014-12-11 13:53:47.107365824 -0500 @@ -76,6 +76,9 @@ #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