RFR: 8336675: Remove UnixFileSystemProvider.checkPath in favor of UnixPath.toUnixPath
Alan Bateman
alanb at openjdk.org
Wed Jul 17 19:38:58 UTC 2024
On Fri, 12 Jul 2024 11:57:33 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> BTW, after my changes, implementations of `sun.nio.fs.UnixFileSystemProvider#newFileChannel` and `sun.nio.fs.UnixFileSystemProvider#newByteChannel` are now identical too. Should we just call `newFileChannel` from `newByteChannel` ?
The other way around, meaning it would okay for newByteChannel to call newFileChannel.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20155#issuecomment-2227231187
More information about the nio-dev
mailing list