[jdk17u] RFR: 8277195 missing CAccessibility definition in [CommonComponentAccessib…

Artem Semenov asemenov at openjdk.java.net
Wed Nov 17 08:02:15 UTC 2021


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);

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

Commit messages:
 - 8277195 missing CAccessibility definition in [CommonComponentAccessibility

Changes: https://git.openjdk.java.net/jdk17u/pull/275/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk17u&pr=275&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8277195
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk17u/pull/275.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17u pull/275/head:pull/275

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


More information about the jdk-updates-dev mailing list