On Sat, 22 Apr 2023 16:31:31 GMT, Chen Liang <li...@openjdk.org> wrote:
> 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. > > Javadoc: > https://cr.openjdk.org/~liach/8306698/1/java.base/java/lang/constant/MethodTypeDesc.html This pull request has now been integrated. Changeset: 8ffa264c Author: Chen Liang <li...@openjdk.org> Committer: Mandy Chung <mch...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8ffa264cf009ddb1af486831f12bc70f93d74cf5 Stats: 83 lines in 3 files changed: 45 ins; 30 del; 8 mod 8306698: Add overloads to MethodTypeDesc::of Reviewed-by: mchung ------------- PR: https://git.openjdk.org/jdk/pull/13599