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

Phil Race prr at openjdk.java.net
Sat Dec 19 23:38:01 UTC 2020


On Mon, 7 Dec 2020 21:24:57 GMT, Phil Race <prr at openjdk.org> wrote:

> This defines some macros to support declaring and initialising statically allocated instances of jclass, jmethodID and jfieldID
> and changes many existing uses of JNF macros/functions to use these instead.
> Then calls to JNFCall* and JNFNewObject - etc are updated to directly call JNI methods
> JNI exception checking macros are added as needed.

This pull request has now been integrated.

Changeset: fa50877c
Author:    Phil Race <prr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fa50877c
Stats:     1608 lines in 35 files changed: 863 ins; 195 del; 550 mod

8257853: Remove dependencies on JNF's JNI utility functions in AWT and 2D code

Reviewed-by: psadhukhan, kizune

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

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


More information about the awt-dev mailing list