RFR: 8274383 JNI call of getAccessibleSelection on a wrong thread [v2]

Pankaj Bansal pbansal at openjdk.java.net
Tue Sep 28 16:46:02 UTC 2021


On Tue, 28 Sep 2021 16:42:24 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.
>
> Artem Semenov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   JDK-8274383: JNI call of getAccessibleSelection on a wrong thread

Looks good to me

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

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



More information about the client-libs-dev mailing list