RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v4]

Alexey Ushakov avu at openjdk.org
Thu Dec 29 14:57:50 UTC 2022


On Thu, 29 Dec 2022 14:23:40 GMT, Artem Semenov <asemenov at openjdk.org> wrote:

>> [OutlineRowAccessibility currentAccessibleWithENV:] defines the getCurrentComponent method on the AccessibleContext instance of AccessibleJTreeNode class, however the call should go through CAccessibility so that it is executed on the Event Dispatch thread.
>
> Artem Semenov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
> 
>  - Merge master
>  - update accessor
>  - Please split the long lines to have 80 chars per line.
>  - 8298644 JNI call of getCurrentComponent on a wrong thread

Looks good for me

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

Marked as reviewed by avu (Committer).

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



More information about the client-libs-dev mailing list