-
Bug
-
Resolution: Fixed
-
P5
-
10
-
b30
-
Not verified
As part of the fix for JDK-8164900, a new version of FileChannelImpl::open was added which inserted a boolean parameter 'direct' before the last parameter. The older version of open() without this parameter was left in place. A small amount of code could be eliminated by instead removing this old version altogether and updating the places it is invoked to add a penultimate 'false' to the parameter list.
- relates to
-
JDK-8164900 Add support for O_DIRECT
-
- Resolved
-
- links to