[jdk17u] RFR: 8277195 missing CAccessibility definition in [CommonComponentAccessibility accessibilityHitTest]
    Anton Tarasov 
    ant at openjdk.java.net
       
    Wed Nov 17 10:10:52 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 ant (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk17u/pull/275
    
    
More information about the jdk-updates-dev
mailing list