<AWT Dev> RFR: 8257853: Remove dependencies on JNF's JNI utility functions in AWT and 2D code [v5]

Phil Race prr at openjdk.java.net
Thu Dec 17 21:17:02 UTC 2020


On Thu, 17 Dec 2020 17:55:19 GMT, Gerard Ziemski <gziemski at 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


More information about the awt-dev mailing list