On Fri, 22 Oct 2021 16:47:24 GMT, Anton Tarasov <a...@openjdk.org> wrote:
> Adding a JNI weak ref check. There's a couple of other similar places in the > code where a JNI weak ref is checked for null, in the rest of the code we > pass such refs to java where they are checked for null. So, I was not able to > eye catch any other similar place in the a11y code where such check is also > required. This pull request has now been integrated. Changeset: 7c88a59b Author: Anton Tarasov <a...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/7c88a59b7bca50061f120a1cf2c1d4457a1d741b Stats: 22 lines in 1 file changed: 7 ins; 5 del; 10 mod 8275809: crash in [CommonComponentAccessibility getCAccessible:withEnv:] Reviewed-by: kizune, pbansal ------------- PR: https://git.openjdk.java.net/jdk/pull/6083