Integrated: 8298643 JNI call of getAccessibleRowWithIndex and getAccessibleColumnWithIndex on a wrong thread
Artem Semenov
asemenov at openjdk.org
Fri Dec 23 22:10:55 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.
This pull request has now been integrated.
Changeset: fd746a2f
Author: Artem Semenov <asemenov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/fd746a2fe0e4c1c056065da93e2be2d8bb4e5428
Stats: 18 lines in 1 file changed: 0 ins; 8 del; 10 mod
8298643: JNI call of getAccessibleRowWithIndex and getAccessibleColumnWithIndex on a wrong thread
Reviewed-by: serb, kizune
-------------
PR: https://git.openjdk.org/jdk/pull/11649
More information about the client-libs-dev
mailing list