On Mon, 17 May 2021 08:22:59 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> Initial implementation. Looks fine to me. src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/GroupAccessibility.m line 27: > 25: > 26: #import "GroupAccessibility.h" > 27: #import "JNIUtilities.h" The header JNIUtilities.h is not used, please remove it before integrating. ------------- Marked as reviewed by pbansal (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/4046