< prev index next >

src/share/vm/oops/constantPool.hpp

Print this page

        

*** 33,42 **** --- 33,45 ---- #include "runtime/handles.hpp" #include "utilities/constantTag.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 >