hotspot/src/cpu/s390/vm/bytes_s390.hpp
changeset 46504 38048d4d20e7
parent 42065 6032b31e3719
--- a/hotspot/src/cpu/s390/vm/bytes_s390.hpp	Fri May 26 09:48:46 2017 -0400
+++ b/hotspot/src/cpu/s390/vm/bytes_s390.hpp	Fri May 26 13:47:33 2017 -0700
@@ -42,12 +42,6 @@
   //
   // In short, it makes no sense on z/Architecture to piecemeal get or put unaligned data.
 
-  // Returns true if the byte ordering used by Java is different from
-  // the native byte ordering of the underlying machine.
-  // z/Arch is big endian, thus, a swap between native and Java ordering
-  // is always a no-op.
-  static inline bool is_Java_byte_ordering_different() { return false; }
-
   // Only swap on little endian machines => suffix `_le'.
   static inline u2   swap_u2_le(u2 x) { return x; }
   static inline u4   swap_u4_le(u4 x) { return x; }