< prev index next >

src/share/vm/interpreter/bytecodeInterpreter.inline.hpp

Print this page

        

*** 44,53 **** --- 44,56 ---- // Platform dependent data manipulation #ifdef TARGET_ARCH_x86 # include "bytecodeInterpreter_x86.inline.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "bytecodeInterpreter_aarch64.inline.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "bytecodeInterpreter_sparc.inline.hpp" #endif #ifdef TARGET_ARCH_zero # include "bytecodeInterpreter_zero.inline.hpp"
< prev index next >