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

2023-02-02 Thread Alan Bateman
On Thu, 2 Feb 2023 19:29:05 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 >> littl

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

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 pu

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 >> littl

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

2023-02-02 Thread Per Minborg
On Wed, 1 Feb 2023 15:13:27 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 >> littl

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 pu

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

2023-02-01 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 pu

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

2023-01-26 Thread Roger Riggs
On Wed, 25 Jan 2023 16:39:04 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 > little en

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

2023-01-26 Thread Per Minborg
On Wed, 25 Jan 2023 16:39:04 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 > little en

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

2023-01-26 Thread Per Minborg
On Wed, 25 Jan 2023 16:39:04 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 > little en