[jdk17u] RFR: 8277195 missing CAccessibility definition in [CommonComponentAccessibility accessibilityHitTest]

Pankaj Bansal pbansal at openjdk.java.net
Tue Nov 23 07:10:11 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 pbansal (no project role).

-------------

PR: https://git.openjdk.java.net/jdk17u/pull/275


More information about the jdk-updates-dev mailing list