Details
-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22, 23
-
b11
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8326769 | 22.0.1 | Christoph Langer | P4 | Resolved | Fixed | b07 |
JDK-8326771 | 21.0.3 | Christoph Langer | P4 | Resolved | Fixed | b05 |
Description
A fix was attempted with
:stdErr:
Thu Oct 28 01:27:10 CEST 2021
stdout: [WARNING in native method: JNI call made without checking exceptions when required to from CallStaticVoidMethodV
at sun.awt.Win32GraphicsEnvironment.initDisplay(java.desktop@18.0.0.1-internal/Native Method)
at sun.awt.Win32GraphicsEnvironment.initDisplayWrapper(java.desktop@18.0.0.1-internal/Win32GraphicsEnvironment.java:95)
at sun.awt.Win32GraphicsEnvironment.<clinit>(java.desktop@18.0.0.1-internal/Win32GraphicsEnvironment.java:63)
at sun.awt.PlatformGraphicsInfo.createGE(java.desktop@18.0.0.1-internal/PlatformGraphicsInfo.java:34)
at java.awt.GraphicsEnvironment$LocalGE.createGE(java.desktop@18.0.0.1-internal/GraphicsEnvironment.java:93)
at java.awt.GraphicsEnvironment$LocalGE.<clinit>(java.desktop@18.0.0.1-internal/GraphicsEnvironment.java:84)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(java.desktop@18.0.0.1-internal/GraphicsEnvironment.java:106)
at FreeTypeScalerJNICheck.runTest(FreeTypeScalerJNICheck.java:53)
at FreeTypeScalerJNICheck.main(FreeTypeScalerJNICheck.java:44)
Attachments
Issue Links
- backported by
-
JDK-8326769 java/awt/font/JNICheck/FreeTypeScalerJNICheck.java still fails with JNI warning on some Windows configurations
- Resolved
-
JDK-8326771 java/awt/font/JNICheck/FreeTypeScalerJNICheck.java still fails with JNI warning on some Windows configurations
- Resolved
- relates to
-
JDK-8185862 AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185
- Resolved
-
JDK-8269223 -Xcheck:jni WARNINGs working with fonts on Linux
- Resolved
-
JDK-8276809 java/awt/font/JNICheck/FreeTypeScalerJNICheck.java shows JNI warning on Windows
- Resolved
-
JDK-8323330 [BACKOUT] JDK-8276809: java/awt/font/JNICheck/FreeTypeScalerJNICheck.java shows JNI warning on Windows
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/36b5ac46
-
Commit openjdk/jdk22u/a44bfa48
-
Commit openjdk/jdk/99c9ae12
-
Review openjdk/jdk21u-dev/285
-
Review openjdk/jdk22u/67
-
Review openjdk/jdk/17404