[jdk17u] RFR: 8277195 missing CAccessibility definition in [CommonComponentAccessibility accessibilityHitTest]
Alexander Zuev
kizune at openjdk.java.net
Mon Nov 22 19:49:12 UTC 2021
On Wed, 17 Nov 2021 07:54:57 GMT, Artem Semenov <asemenov at openjdk.org> wrote:
> A part of the fix JDK-8274381 has already been back ported to 17u, however after the fix JDK-8267385 the rest changes need to be back ported too.
>
> It's this chunk:
>
> - (id)accessibilityHitTest:(NSPoint)point
> {
> JNIEnv* env = [ThreadUtilities getJNIEnv];
>
> + GET_CACCESSIBILITY_CLASS_RETURN(nil);
Marked as reviewed by kizune (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk17u/pull/275
More information about the jdk-updates-dev
mailing list