< prev index next >

src/share/vm/interpreter/bytecode.hpp

Print this page

        

*** 29,38 **** --- 29,41 ---- #include "memory/allocation.hpp" #include "oops/method.hpp" #ifdef TARGET_ARCH_x86 # include "bytes_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "bytes_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "bytes_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "bytes_zero.hpp"
< prev index next >