- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    7, 8
- 
        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.