RFR: 8298643 JNI call of getAccessibleRowWithIndex and getAccessibleColumnWithIndex on a wrong thread
Alexander Zuev
kizune at openjdk.org
Fri Dec 23 22:00:48 UTC 2022
On Tue, 13 Dec 2022 13:30:45 GMT, Artem Semenov <asemenov at openjdk.org> wrote:
> [TableAccessibility accessibleRowWithIndex] and [TableAccessibility accessibleColumnWithIndex] defines the getAccessibleRowWithIndex and getAccessibleColumnWithIndex methods on the AccessibleContext instance of AccessibleJTable class, however the call should go through CAccessibility so that it is executed on the Event Dispatch thread.
Marked as reviewed by kizune (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11649
More information about the client-libs-dev
mailing list