On Thu, 9 Mar 2023 14:41:47 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Isn't the "unrelated process such as generating lambda forms" critical for >> the `ProxyGenerator` functionality? > > More accurately, I mean the overhead generated by this: > https://github.com/openjdk/jdk/blob/1e9942aa112edca33f964db127df6c9ce41e86ff/src/java.base/share/classes/java/lang/invoke/MethodType.java#L408 > > That method type construction is somewhat expensive and involves extra work > besides simply storing the return class and the parameter classes. fixed, thanks. ------------- PR: https://git.openjdk.org/jdk/pull/10991