Skip to content

Commit

Permalink
8274326: [macos] Ensure initialisation of sun/lwawt/macosx/CAccessibi…
Browse files Browse the repository at this point in the history
…lity in JavaComponentAccessibility.m

Backport-of: 2cffe4c8e0b8e6d5843b7e9545e4b4408c56465c
  • Loading branch information
prrace committed Sep 30, 2021
1 parent a9981fb commit c26cd97
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1404,6 +1404,7 @@ - (BOOL)accessibilityIsIgnored

- (id)accessibilityHitTest:(NSPoint)point withEnv:(JNIEnv *)env
{
GET_CACCESSIBILITY_CLASS_RETURN(nil);
DECLARE_CLASS_RETURN(jc_Container, "java/awt/Container", nil);
DECLARE_STATIC_METHOD_RETURN(jm_accessibilityHitTest, sjc_CAccessibility, "accessibilityHitTest",
"(Ljava/awt/Container;FF)Ljavax/accessibility/Accessible;", nil);
Expand Down

1 comment on commit c26cd97

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.