On Thu, 3 Apr 2025 08:33:20 GMT, Sergey Bylokhov <s...@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