RFR: 8293121: (fs) Refactor UnixFileSystem copying into generic Unix, Linux, and BSD implementations

Brian Burkhalter bpb at openjdk.org
Wed Aug 31 14:57:08 UTC 2022


On Wed, 31 Aug 2022 13:34:27 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> If you just move the methods to UnixFileSystem then it will give you the framework to add Linux overrides to LinuxFileSystem and macOS/BSD overrides to BsdFileSystem.

I was hesitant to add so much code to `UnixFileSystem` but it does seem logical.

-------------

PR: https://git.openjdk.org/jdk/pull/10093


More information about the nio-dev mailing list