RFR: 8306842: Classfile API performance improvements [v7]
Adam Sotona
asotona at openjdk.org
Wed May 17 13:31:48 UTC 2023
On Tue, 16 May 2023 22:00:18 GMT, Claes Redestad <redestad at openjdk.org> wrote:
>> I plan to share a backing list in #13186, with API additions so users can avoid copying their input immutable parameter list as well. I see no reason to use a direct array, for MTD is not passed to and used by the VM, unlike MethodType.
>
> Good, I think it makes perfect sense for the MTD parameter list to be immutable and shareable without copying.
Thank you for the review.
Yes, I'm looking forward to see it together with Constants API improvements in one benchamark ;)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13671#discussion_r1196525870
More information about the core-libs-dev
mailing list