On Sat, 24 Jun 2023 06:42:18 GMT, Glavo <d...@openjdk.org> 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 reimplements them using `Unsafe`, which reduces the impact on startup > time.
This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/14636