Integrated: 8265606: Reduce allocations in AdapterHandlerLibrary::get_adapter
Claes Redestad
redestad at openjdk.java.net
Fri Apr 23 13:08:27 UTC 2021
On Tue, 20 Apr 2021 23:32:32 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.
This pull request has now been integrated.
Changeset: 891f72fe
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/891f72fe
Stats: 12 lines in 1 file changed: 7 ins; 0 del; 5 mod
8265606: Reduce allocations in AdapterHandlerLibrary::get_adapter
Reviewed-by: iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/3595
More information about the hotspot-runtime-dev
mailing list