Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206723 | 12 | Matthias Baesken | P4 | Resolved | Fixed | team |
JDK-8206498 | 11.0.1 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
The windows CloseHandle function returns zero on error. This has to be checked in Java_java_io_FileCleanable_cleanupClose0 to do a correct error checking.
See the CloseHandle MSDN info :
https://msdn.microsoft.com/de-de/library/windows/desktop/ms724211(v=vs.85).aspx
"... If the function fails, the return value is zero. ... "
See the CloseHandle MSDN info :
https://msdn.microsoft.com/de-de/library/windows/desktop/ms724211(v=vs.85).aspx
"... If the function fails, the return value is zero. ... "
- backported by
-
JDK-8206498 windows: fix checking of CloseHandle return code in Java_java_io_FileCleanable_cleanupClose0
-
- Resolved
-
-
JDK-8206723 windows: fix checking of CloseHandle return code in Java_java_io_FileCleanable_cleanupClose0
-
- Resolved
-