On Tue, 28 Sep 2021 09:09:09 GMT, Anton Tarasov <a...@openjdk.org> wrote:
>> Artem Semenov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8274381 missing CAccessibility definitions in JNI code > > src/java.desktop/macosx/native/libawt_lwawt/awt/JavaAccessibilityUtilities.m > line 54: > >> 52: NSSize getAxComponentSize(JNIEnv *env, jobject axComponent, jobject >> component) >> 53: { >> 54: GET_CACCESSIBILITY_CLASS_RETURN(nil); > > Please, use `NSZeroSize` as the return value here. Done ------------- PR: https://git.openjdk.java.net/jdk/pull/5732