RFR: 8299412 JNI call of getAccessibleActionCount on a wrong thread

Artem Semenov asemenov at openjdk.org
Thu Dec 29 16:02:29 UTC 2022


[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

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

Commit messages:
 - 8299412 JNI call of getAccessibleActionCount on a wrong thread

Changes: https://git.openjdk.org/jdk/pull/11803/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11803&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8299412
  Stats: 16 lines in 2 files changed: 11 ins; 2 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/11803.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11803/head:pull/11803

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



More information about the client-libs-dev mailing list