-
Bug
-
Resolution: Fixed
-
P4
-
17
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8264642 | 15.0.4 | Vladimir Kempik | P4 | Resolved | Fixed | b01 |
JDK-8264894 | 13.0.8 | Vladimir Kempik | P4 | Resolved | Fixed | b01 |
JDK-8261694 | 11.0.12-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8267488 | 11.0.12 | Vladimir Kempik | P4 | Resolved | Fixed | b04 |
and associated JNFNewObject and JNFCall* methods to directly use JNI.
Elsewhere in the desktop module this kind of thing is often done
in a static method called by class initialisation.
To reduce the size of source code changes and make reviews easier
we can define a small set of macros which achive the same benefit of
the *CACHE macros - ie avoiding repeated JNI lookups.
- backported by
-
JDK-8261694 Remove dependencies on JNF's JNI utility functions in AWT and 2D code
-
- Resolved
-
-
JDK-8264642 Remove dependencies on JNF's JNI utility functions in AWT and 2D code
-
- Resolved
-
-
JDK-8264894 Remove dependencies on JNF's JNI utility functions in AWT and 2D code
-
- Resolved
-
-
JDK-8267488 Remove dependencies on JNF's JNI utility functions in AWT and 2D code
-
- Resolved
-
- relates to
-
JDK-8259343 [macOS] Update JNI error handling in Cocoa code.
-
- Resolved
-
-
JDK-8257852 ☂ : Remove JNF dependencies from java.desktop module
-
- Closed
-
-
JDK-8259232 Bad JNI lookup during printing
-
- Resolved
-
-
JDK-8259729 Missed JNFInstanceOf -> IsInstanceOf conversion
-
- Resolved
-
- links to
-
Commit openjdk/jdk13u-dev/ad45c982
-
Commit openjdk/jdk15u-dev/2798c728
-
Commit openjdk/jdk/fa50877c
-
Review openjdk/jdk13u-dev/173
-
Review openjdk/jdk15u-dev/9
-
Review openjdk/jdk/1679