Withdrawn: 8310843: Reimplement ByteArray and ByteArrayLittleEndian with Unsafe
duke
duke at openjdk.org
Fri Oct 20 01:39:55 UTC 2023
On Sat, 24 Jun 2023 06:42:18 GMT, Glavo <duke at 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
More information about the core-libs-dev
mailing list