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

Phil Race prr at openjdk.org
Thu Jan 5 20:49:53 UTC 2023


On Thu, 29 Dec 2022 20:41:04 GMT, Artem Semenov <asemenov at openjdk.org> wrote:

>> [CommonComponentAccessibility getActionsWithEnv:] defines the getAccessibleActionCount method on the AccessibleAction class, however the call should go through CAccessibility so that it is executed on the Event Dispatch thread.
>> 
>> @azuev-java @mrserb @prrace please review
>
> 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:

Marked as reviewed by prr (Reviewer).

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

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



More information about the client-libs-dev mailing list