--- old/src/cpu/zero/vm/bytes_zero.hpp 2017-04-11 14:40:00.881960097 -0700 +++ new/src/cpu/zero/vm/bytes_zero.hpp 2017-04-11 14:40:00.717957126 -0700 @@ -36,16 +36,6 @@ class Bytes: AllStatic { public: - // Returns true if the byte ordering used by Java is different - // from the native byte ordering of the underlying machine. - static inline bool is_Java_byte_ordering_different() { -#ifdef VM_LITTLE_ENDIAN - return true; -#else - return false; -#endif - } - // Efficient reading and writing of unaligned unsigned data in // platform-specific byte ordering. static inline u2 get_native_u2(address p){