On Tue, 28 Sep 2021 09:47:02 GMT, Artem Semenov <github.com+36081106+savop...@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.seme...@jetbrains.com> Committer: Anton Tarasov <a...@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