mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-04 12:08:36 +00:00
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:
parent
3a6305e6c7
commit
e5207fe2b4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user