< prev index next >

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

Print this page

        

@@ -40,10 +40,13 @@
 # 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 >