On Thu, 23 Mar 2023 13:51:35 GMT, Eirik Bjorsnos <d...@openjdk.org> wrote:

> The reason this puzzles me is that the `readInt` benchmark don't involve the 
> UTF code paths at all. So why would it become slower, just because two fields 
> are no longer initialized with the default arrays?

Could there be some JIT optimizations not being possible because the fields are 
no longer 'never null'?

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

PR Comment: https://git.openjdk.org/jdk/pull/13121#issuecomment-1481251028

Reply via email to