RFR: 8299412 JNI call of getAccessibleActionCount on a wrong thread [v2]

Artem Semenov asemenov at openjdk.org
Thu Dec 29 20:41:05 UTC 2022


On Thu, 29 Dec 2022 19:40:17 GMT, SWinxy <duke at openjdk.org> wrote:

>> Artem Semenov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   There's a more compact way of doing this:
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessibility.java line 530:
> 
>> 528:                 return aa.getAccessibleActionCount();
>> 529:             }
>> 530:         }, c);
> 
> There's a more compact way of doing this:
> Suggestion:
> 
>         return invokeAndWait(aa::getAccessibleActionCount, c);

Done

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

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



More information about the client-libs-dev mailing list