src/share/vm/runtime/frame.hpp

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

*** 467,476 **** --- 467,479 ---- # include "frame_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "frame_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "frame_aarch64.hpp" + #endif }; #ifndef PRODUCT // A simple class to describe a location on the stack