Integrated: 8274383 JNI call of getAccessibleSelection on a wrong thread

Artem Semenov github.com+36081106+savoptik at openjdk.java.net
Tue Sep 28 16:46:08 UTC 2021


On Tue, 28 Sep 2021 09:47:02 GMT, Artem Semenov <github.com+36081106+savoptik at openjdk.org> wrote:

> [ComboBoxAccessibility accessibilityValue] defines the getAccessibleSelection method on the AccessibleContext 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: b36881fa
Author:    Artem Semenov <Artem.Semenov at jetbrains.com>
Committer: Anton Tarasov <ant at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b36881fa3b3f37400d4f2c0bca3192d88179f2ff
Stats:     17 lines in 1 file changed: 13 ins; 1 del; 3 mod

8274383: JNI call of getAccessibleSelection on a wrong thread

Reviewed-by: kizune, ant

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

PR: https://git.openjdk.java.net/jdk/pull/5735



More information about the client-libs-dev mailing list