RFR: 8306698: Add overloads to MethodTypeDesc::of
Chen Liang
liach at openjdk.org
Sat Apr 22 16:39:53 UTC 2023
Please review this patch adding two new convenience methods that allows easier access to MethodTypeDesc instances and its associated CSR as well. This is a necessity to allow #13186 to reduce array copies in a few scenarios; the implementation of the two methods will be updated there.
-------------
Commit messages:
- 8306698: Add overloads to MethodTypeDesc::of
Changes: https://git.openjdk.org/jdk/pull/13599/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13599&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8306698
Stats: 42 lines in 3 files changed: 41 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/13599.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13599/head:pull/13599
PR: https://git.openjdk.org/jdk/pull/13599
More information about the core-libs-dev
mailing list