-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b33
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084373 | emb-9 | Ivan Gerasimov | P5 | Resolved | Fixed | team |
There can be different Windows API used in some places, which will make the code a bit cleaner.
- GetFileSizeEx() instead of GetFileSize(),
- SetFilePointerEx() vs SetFilePointer(),
- Setting position through OVERLAPPED struct for ReadFile()/WriteFile().
The already existing tests can be used to make sure nothing is broken with the change.
- GetFileSizeEx() instead of GetFileSize(),
- SetFilePointerEx() vs SetFilePointer(),
- Setting position through OVERLAPPED struct for ReadFile()/WriteFile().
The already existing tests can be used to make sure nothing is broken with the change.
- backported by
-
JDK-8084373 (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
-
- Resolved
-