On Fri, 15 Jan 2021 06:34:22 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> 8256110: Create implementation for NSAccessibilityStepper protocol 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? ------------- PR: https://git.openjdk.java.net/jdk/pull/2092