RFR: JDK-8300582: Introduce interface for unaligned memory accesses [v5]
Justin King
jcking at openjdk.org
Fri Jan 20 15:11:51 UTC 2023
> 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 three additional commits since the last revision:
- Fix template specialization
Signed-off-by: Justin King <jcking at google.com>
- Fix static_assert for Microsoft Visual Studio
Signed-off-by: Justin King <jcking at google.com>
- Remove final from ByteswapFallbackImpl
Signed-off-by: Justin King <jcking at google.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12078/files
- new: https://git.openjdk.org/jdk/pull/12078/files/793c7718..2e7ddd42
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12078&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12078&range=03-04
Stats: 42 lines in 1 file changed: 22 ins; 15 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/12078.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12078/head:pull/12078
PR: https://git.openjdk.org/jdk/pull/12078
More information about the hotspot-dev
mailing list