On Mon, 30 Sep 2024 09:19:21 GMT, Per Minborg <pminb...@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

Reply via email to