-
Bug
-
Resolution: Fixed
-
P4
-
19
-
b14
In HostLocaleProviderAdapter_md.c, it always passes JNI_FALSE as last parameter to GetStringChars(), but the last parameter of GetStringChars() should be jboolean*, instead of jboolean. It happens to work, because JNI_FALSE = 0, the same as NULL pointer.
- relates to
-
JDK-8282978 Wrong parameter passed to GetStringXXXChars in various places
-
- Resolved
-