RFR: 8347826: Introspector shows wrong method list after 8071693 [v12]
Roman Marchenko
rmarchenko at openjdk.org
Fri May 23 11:48:39 UTC 2025
On Wed, 30 Apr 2025 12:25:50 GMT, Alexey Ivanov <aivanov at 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
More information about the client-libs-dev
mailing list