Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8189963

Remove version of FileChannelImpl::open without the 'direct' parameter

XMLWordPrintable

    • 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.

            bpb Brian Burkhalter
            bpb Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: