RFR: 8340189: 8339531 incorrect for Big Endian platforms
Martin Doerr
mdoerr at openjdk.org
Mon Oct 14 18:20:10 UTC 2024
On Mon, 30 Sep 2024 09:19:21 GMT, Per Minborg <pminborg at openjdk.org> wrote:
> This PR suggests fixing a problem on big-endian platforms.
This version uses little endian accesses on big endian machines. This may defeat the purpose of [JDK-8339531](https://bugs.openjdk.org/browse/JDK-8339531) for those platforms. Accesses are typically slower when using them with endianness mismatch. But it looks at least correct.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21258#pullrequestreview-2367346560
More information about the core-libs-dev
mailing list