src/share/vm/c1/c1_Defs.hpp

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

*** 46,55 **** --- 46,58 ---- # include "c1_Defs_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "c1_Defs_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "c1_Defs_aarch64.hpp" + #endif // native word offsets from memory address enum { lo_word_offset_in_bytes = pd_lo_word_offset_in_bytes,