On Tue, 28 Sep 2021 11:22:58 GMT, Anton Tarasov <a...@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