On Thu, 4 May 2023 23:29:17 GMT, Chen Liang wrote:
> This patch migrates `MethodHandles::arrayConstructor`, added in Java 9 as a
> hotfix to the incorrect constructor found on arrays via Lookup, to share the
> array access caching features. The result is that calling
> `MethodHandles.arrayCons
On Thu, 4 May 2023 23:29:17 GMT, Chen Liang wrote:
> This patch migrates `MethodHandles::arrayConstructor`, added in Java 9 as a
> hotfix to the incorrect constructor found on arrays via Lookup, to share the
> array access caching features. The result is that calling
> `MethodHandles.arrayCons
This patch migrates `MethodHandles::arrayConstructor`, added in Java 9 as a
hotfix to the incorrect constructor found on arrays via Lookup, to share the
array access caching features. The result is that calling
`MethodHandles.arrayConstructor` to create method handles is much faster.
Oracle JDK