On Wed, 16 Dec 2020 17:59:02 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
>> src/java.desktop/macosx/native/libawt_lwawt/awt/JavaComponentAccessibility.m >> line 1990: >> >>> 1988: >>> 1989: JNIEnv* env = [ThreadUtilities getJNIEnv]; >>> 1990: JNFCallStaticVoidMethod(env, jm_doAccessibleAction, [self >>> axContextWithEnv:(env)], 0, fComponent); >> >> Are you sure that the `jm_doAccessibleAction` is always initialized here? > > Yes. I guess it is became broken when the perform() will be removed. Can this method use its own variable? ------------- PR: https://git.openjdk.java.net/jdk/pull/1549