RFR: 8265606: Reduce allocations in AdapterHandlerLibrary::get_adapter [v2]

Ioi Lam iklam at openjdk.java.net
Wed Apr 21 20:59:23 UTC 2021


On Wed, 21 Apr 2021 19:00:54 GMT, Claes Redestad <redestad at openjdk.org> wrote:

>> Use stack allocated arrays used when looking up and creating adapters. Resource allocate if number of args grows large, which is relatively rare.
>
> Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert find_callee_argument changes

Marked as reviewed by iklam (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/3595


More information about the hotspot-runtime-dev mailing list