RFR: 8298643 JNI call of getAccessibleRowWithIndex and getAccessibleColumnWithIndex on a wrong thread
Sergey Bylokhov
serb at openjdk.org
Thu Dec 22 22:26:50 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 serb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11649
More information about the client-libs-dev
mailing list