Integrated: 8299412 JNI call of getAccessibleActionCount on a wrong thread

Artem Semenov asemenov at openjdk.org
Fri Jan 6 07:11:57 UTC 2023


On Thu, 29 Dec 2022 15:54:43 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

This pull request has now been integrated.

Changeset: 775da84a
Author:    Artem Semenov <asemenov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/775da84a84770696495561277eb040f53260ecaf
Stats:     12 lines in 2 files changed: 7 ins; 2 del; 3 mod

8299412: JNI call of getAccessibleActionCount on a wrong thread

Reviewed-by: prr, serb

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

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



More information about the client-libs-dev mailing list