-
Bug
-
Resolution: Fixed
-
P4
-
9
-
jdk9 circa b69
-
b78
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8296898 | 8u371 | Anton Litvinov | P4 | Resolved | Fixed | b01 |
Running closed/java/awt/font/JNICheck/JNICheck.sh test with jdk9 b69 I see many warnings of exactly two kinds:
WARNING in native method: JNI call made without checking exceptions when required to from CallVoidMethod
or
WARNING in native method: JNI call made without checking exceptions when required to from CallStaticVoidMethod
(or not Void but Boolean or Object)
Looks like there should be some cleanup.
After running the test look for log.txt somewhere in JTwork/classes/closed/java/awt/font/JNICheck/log.txt.
WARNING in native method: JNI call made without checking exceptions when required to from CallVoidMethod
or
WARNING in native method: JNI call made without checking exceptions when required to from CallStaticVoidMethod
(or not Void but Boolean or Object)
Looks like there should be some cleanup.
After running the test look for log.txt somewhere in JTwork/classes/closed/java/awt/font/JNICheck/log.txt.
- backported by
-
JDK-8296898 closed/java/awt/font/JNICheck/JNICheck.sh test reports some warnings
-
- Resolved
-
- relates to
-
JDK-8131136 closed/java/awt/font/JNICheck/JNICheck.sh issue warning on core-libs code
-
- Open
-