The implementation of io_util_md.c handleLseek
can be simplified and sped up a bit using the Microsoft-recommended
SetFilePointerEx instead of SetFilePointer
Comments
EVALUATION
The code was changed to use SetFilePointerEx as part of the changes to 6402006.
08-01-2012
EVALUATION
Probably worth doing, but only if changes are made throughout the JDK,
replacing SetFilePointer and GetFileSize, etc. with their Ex counterparts.