mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 14:10:36 +00:00
This is a mistake change in 6879063 about Bytes.swap. Java byte code order always follows big endian, but in that change, assume they follow native platform order that is not right. Reviewed-by: coleenp, sspitsyn, dholmes