< prev index next >

src/share/vm/jfr/utilities/jfrBigEndian.hpp

Print this page

        

*** 40,49 **** --- 40,52 ---- # include "bytes_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "bytes_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "bytes_aarch64.hpp" + #endif #ifndef VM_LITTLE_ENDIAN # define bigendian_16(x) (x) # define bigendian_32(x) (x) # define bigendian_64(x) (x)
< prev index next >