< prev index next >

src/share/vm/interpreter/templateInterpreter.hpp

Print this page

        

*** 188,197 **** --- 188,200 ---- static address deopt_reexecute_entry(Method* method, address bcp); #ifdef TARGET_ARCH_x86 # include "templateInterpreter_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "templateInterpreter_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "templateInterpreter_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "templateInterpreter_zero.hpp"
< prev index next >