RFR: 8265606: Reduce allocations in AdapterHandlerLibrary::get_adapter [v2]
Claes Redestad
redestad at openjdk.java.net
Wed Apr 21 19:00:54 UTC 2021
> 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
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3595/files
- new: https://git.openjdk.java.net/jdk/pull/3595/files/f820f984..f04d5474
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3595&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3595&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/3595.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3595/head:pull/3595
PR: https://git.openjdk.java.net/jdk/pull/3595
More information about the hotspot-runtime-dev
mailing list