Withdrawn: 8310843: Reimplement ByteArray and ByteArrayLittleEndian with Unsafe

2024-08-11 Thread duke
On Mon, 10 Jun 2024 02:12:11 GMT, Glavo wrote: > Things have changed since https://github.com/openjdk/jdk/pull/14636 was > closed, so let me reopen it. > > https://github.com/openjdk/jdk/pull/15386 confirmed that `VarHandle` in BALE > caused a startup regression. In order to not have any more

Withdrawn: 8310843: Reimplement ByteArray and ByteArrayLittleEndian with Unsafe

2023-10-19 Thread duke
On Sat, 24 Jun 2023 06:42:18 GMT, Glavo wrote: > `ByteArray` and `ByteArrayLittleEndian` are very useful tool classes that can > be used in many places to performance tuning. > > Currently they are implemented by `VarHandle`, so using them may have some > impact on startup time. > > This PR r