mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-15 12:55:07 +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