RFR: JDK-8300582: Introduce interface for unaligned memory accesses [v2]
David Holmes
dholmes at openjdk.org
Fri Jan 20 06:31:27 UTC 2023
On Wed, 18 Jan 2023 21:42:58 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:
>
> Update comment to be correct
>
> Signed-off-by: Justin King <jcking at google.com>
src/hotspot/share/utilities/bytes.hpp line 2:
> 1: /*
> 2: * Copyright (c) 2014, 2019, 2023, Oracle and/or its affiliates. All rights reserved.
Oracle copyrights only have two years max - the 2019 should become 2023
-------------
PR: https://git.openjdk.org/jdk/pull/12078
More information about the hotspot-dev
mailing list