RFR: JDK-8300582: Introduce interface for unaligned memory accesses [v3]

Justin King jcking at openjdk.org
Fri Jan 20 15:03:05 UTC 2023


On Fri, 20 Jan 2023 14:39:40 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`.
>
> Justin King has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Simplify byteswap implementation
>   
>   Signed-off-by: Justin King <jcking at google.com>

https://github.com/openjdk/jdk/pull/12114 for `byteswap`.

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

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


More information about the hotspot-dev mailing list