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

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


On Tue, 28 Sep 2021 11:22:58 GMT, Anton Tarasov <ant at openjdk.org> wrote:

>> 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
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/ComboBoxAccessibility.m line 53:
> 
>> 51:     if (axContext == NULL) return nil;
>> 52:     GET_ACCESSIBLESELECTION_METHOD_RETURN(nil);
>> 53:     jobject axSelection = (*env)->CallStaticObjectMethod(env, sjc_CAccessibility, sjm_getAccessibleSelection, axContext, self->fComponent);
> 
> Please delete `axSelection` if you forgot.

Done

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

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



More information about the client-libs-dev mailing list