On Wed, 30 Apr 2025 12:25:50 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> src/java.desktop/share/classes/java/beans/Introspector.java line 1060:
>> 
>>> 1058:                 MethodDescriptor composite = new 
>>> MethodDescriptor(old, md);
>>> 1059:                 methods.put(name, composite);
>>> 1060:             }
>> 
>> FYI, one of the JCK introspector tests fails because of this change. 
>> The test is quite complicated, so I am not able to provide a simple 
>> reproducer right away. But I'll post it later.
>
>> FYI, one of the JCK introspector tests fails because of this change. The 
>> test is quite complicated, so I am not able to provide a simple reproducer 
>> right away. But I'll post it later.
> 
> Indeed, there are some failures of JCK Introspector tests.

I restored the original order processing, now seems OK for me locally.
Could you review, please?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23443#discussion_r2104418535

Reply via email to