src/share/vm/runtime/stubRoutines.hpp

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

*** 103,112 **** --- 103,115 ---- # include "stubRoutines_ppc_32.hpp" #endif #ifdef TARGET_ARCH_MODEL_ppc_64 # include "stubRoutines_ppc_64.hpp" #endif + #ifdef TARGET_ARCH_MODEL_aarch64 + # include "stubRoutines_aarch64.hpp" + #endif static jint _verify_oop_count; static address _verify_oop_subroutine_entry;