RFR: 8298645 JNI works with accessibleSelection on a wrong thread [v2]

Artem Semenov asemenov at openjdk.org
Wed Dec 14 09:26:09 UTC 2022


On Tue, 13 Dec 2022 19:26:37 GMT, SWinxy <duke at openjdk.org> wrote:

>> Artem Semenov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   A comment or javadoc should mention that this is called from native code, specifically pointing to ComboBoxAccessibility.m.
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessibility.java line 821:
> 
>> 819: 
>> 820: 
>> 821:     private static Accessible getAccessibleComboboxValue(Accessible a, Component c) {
> 
> A comment or javadoc should mention that this is called from native code, specifically pointing to `ComboBoxAccessibility.m`.

Done

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

PR: https://git.openjdk.org/jdk/pull/11653



More information about the client-libs-dev mailing list