RFR: JDK-8300582: Introduce interface for unaligned memory accesses

Justin King jcking at openjdk.org
Wed Jan 18 18:35:19 UTC 2023


On Wed, 18 Jan 2023 18:22:35 GMT, Justin King <jcking at openjdk.org> wrote:

> Introduce interface for unaligned memory accesses `UnalignedAccess`, consolidate the byte swapping implementation to `byteswap`, and switch to a generic implementation of `Bytes`.

Note that this could potentially be split so that byteswap is first, I just did them together because they both touch `Bytes`.

-------------

PR: https://git.openjdk.org/jdk/pull/12078


More information about the hotspot-dev mailing list