RFR: 8347826: Introspector shows wrong method list after 8071693 [v11]
Roman Marchenko
rmarchenko at openjdk.org
Thu Apr 3 09:21:38 UTC 2025
On Thu, 3 Apr 2025 08:33:20 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Roman Marchenko has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Implementing new requirements
>
> src/java.desktop/share/classes/com/sun/beans/introspect/MethodInfo.java line 111:
>
>> 109:
>> 110: // Add methods inherited from interfaces
>> 111: Queue<Class<?>> ifaceQueue = new LinkedList<>(List.of(type.getInterfaces()));
>
> Please check if the performance of ArrayDeque it might(should) be faster?
Yes, you're right. Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23443#discussion_r2026562204
More information about the client-libs-dev
mailing list