On Thu, 17 Dec 2020 17:55:19 GMT, Gerard Ziemski <gziem...@openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   8257853: Remove dependencies on JNF's JNI utility functions in AWT and 2D 
>> code
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/JavaComponentAccessibility.m 
> line 338:
> 
>> 336:         }
>> 337: 
>> 338:         sAccessibilityClass = (*env)->CallStaticObjectMethod(env, 
>> sjc_CAccessibility, jm_getAccessibility, result); // AWT_THREADING Safe 
>> (known object)
> 
> Do we need `CHECK_EXCEPTION();` after `CallStaticObjectMethod ` here?

I will add it.

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

PR: https://git.openjdk.java.net/jdk/pull/1679

Reply via email to