-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7, 8
-
Component/s: core-libs
-
b17
-
generic
-
generic, windows
-
Verified
In src/windows/native/java/io/io_util_md.c the handle* functions return size_t, an unsigned type on Windows, but need to return negative values such as -1. These should be changed to use jint.