On Thu, 29 Jun 2023 13:26:00 GMT, Brian Goetz <[email protected]> wrote:
>> src/java.base/share/classes/jdk/internal/classfile/constantpool/InvokeDynamicEntry.java
>> line 46:
>>
>>> 44: default MethodTypeDesc typeSymbol() {
>>> 45: return Util.methodTypeSymbol(nameAndType());
>>> 46: }
>>
>> Similar comment as with CondyEntry -- reduce usage of Util::methodTypeSymbol
>> in this class
>
> (Would like to do the same in various ::count methods, but unfortunately
> MemberRefEntry is too general; would have to rejigger the various XxxRefEntry
> types.)
Which `count` methods are you referring to, Brian?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14706#discussion_r1247343141