RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v4]
Alan Bateman
alanb at openjdk.org
Fri Feb 3 07:40:00 UTC 2023
On Thu, 2 Feb 2023 19:29:05 GMT, Per Minborg <pminborg at openjdk.org> wrote:
>> This PR suggests improving performance by using the newly introduced class `jdk.internal.util.ByteArray` to improve packing/unpacking operations.
>>
>> The PR also proposes adding a `ByteArrayLittleEndian` class for support for little endian packing/unpacking.
>
> Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
>
> Rename to createLittleEndian
Do I read this correctly that the proposal is to have ByteArray and ByteArrayLittleEndian?
-------------
PR: https://git.openjdk.org/jdk/pull/12204
More information about the core-libs-dev
mailing list