src/share/vm/interpreter/interpreterRuntime.hpp

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

*** 175,184 **** --- 175,187 ---- # include "interpreterRT_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "interpreterRT_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "interpreterRT_aarch64.hpp" + #endif // Interpreter's frequency counter overflow static nmethod* frequency_counter_overflow(JavaThread* thread, address branch_bcp);