On Fri, 15 Jan 2021 07:40:23 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Code cleanup > > src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/ButtonAccessibility.m > line 43: > >> 41: - (BOOL)accessibilityPerformPress >> 42: { >> 43: return [self performAccessibleAction:0]; > > I guess you need to remove the static "jclass sjc_CAccessibility = NULL;" > above as well? And unneeded imports too. Remnants of the code that is gone. Fixed. ------------- PR: https://git.openjdk.java.net/jdk/pull/2092