8026794: Test tools/pack200/TimeStamp.java fails while opening golden.jar.native.IST on linux-ppc(v2)

Reviewed-by: dholmes
This commit is contained in:
Kumar Srinivasan 2013-10-19 15:19:40 -07:00
parent 3a6305e6c7
commit e5207fe2b4

View File

@ -62,7 +62,7 @@ inline uint jar::get_crc32(uint c, uchar *ptr, uint len) { return crc32(c, ptr,
#endif // End of ZLIB
#ifdef sparc
#ifdef _BIG_ENDIAN
#define SWAP_BYTES(a) \
((((a) << 8) & 0xff00) | 0x00ff) & (((a) >> 8) | 0xff00)
#else