On Tue, 27 Jun 2023 20:29:36 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.
>
> Glavo has updated the pull request incrementally with one additional commit 
> since the last revision:
> 
>   add 8310843 to @bug

Can any reviewers take a look at this PR?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14636#issuecomment-1629901436

Reply via email to