Re: RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v3]

2023-02-02 Thread Roger Riggs
On Thu, 2 Feb 2023 15:04:57 GMT, Per Minborg 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 >>

Re: RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v3]

2023-02-02 Thread Per Minborg
> 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