[jdk17u] Integrated: 8277195 missing CAccessibility definition in [CommonComponentAccessibility accessibilityHitTest]
Artem Semenov
asemenov at openjdk.java.net
Tue Nov 23 08:24: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);
This pull request has now been integrated.
Changeset: 7ffac791
Author: Artem Semenov <asemenov at openjdk.org>
Committer: Anton Tarasov <ant at openjdk.org>
URL: https://git.openjdk.java.net/jdk17u/commit/7ffac79187c7d90a39413d05a96b5a3d66eaf11b
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8277195: missing CAccessibility definition in [CommonComponentAccessibility accessibilityHitTest]
Reviewed-by: ant, kizune, pbansal
-------------
PR: https://git.openjdk.java.net/jdk17u/pull/275
More information about the jdk-updates-dev
mailing list