On Fri, 19 Mar 2021 23:10:46 GMT, Alexander Zuev <[email protected]> wrote:
> 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X
src/java.desktop/macosx/native/libawt_lwawt/awt/JavaComponentAccessibility.m
line 1459:
> 1457: {
> 1458: JNIEnv *env = [ThreadUtilities getJNIEnv];
> 1459: GET_CACCESSIBILITY_CLASS_RETURN(nil);
Is it caused by the JDK-8257853? Should we update the accessibilityIndexOfChild
as well?
-------------
PR: https://git.openjdk.java.net/jdk/pull/3099
