Integrated: 8298644 JNI call of getCurrentComponent on a wrong thread
Artem Semenov
asemenov at openjdk.org
Fri Jan 13 19:43:22 UTC 2023
On Wed, 14 Dec 2022 10:47:09 GMT, Artem Semenov <asemenov at openjdk.org> wrote:
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the getCurrentComponent method on the AccessibleContext instance of AccessibleJTreeNode 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: 8cb25d3d
Author: Artem Semenov <asemenov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8cb25d3de494c6d9357a1c199e1a9dbff9be9948
Stats: 82 lines in 4 files changed: 60 ins; 15 del; 7 mod
8298644: JNI call of getCurrentComponent on a wrong thread
Reviewed-by: avu, serb, kizune
-------------
PR: https://git.openjdk.org/jdk/pull/11670
More information about the client-libs-dev
mailing list