Integrated: 8293121: (fs) Refactor UnixFileSystem copying into generic Unix, Linux, and BSD implementations
Brian Burkhalter
bpb at openjdk.org
Thu Sep 1 22:23:49 UTC 2022
On Wed, 31 Aug 2022 02:28:44 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Refactor `UnixFileSystem` and related classes to move implementations specific to Linux and BSD (macOS) into OS-specific classes and native code. Generic Unix implementations remain in existing `Unix*` files.
This pull request has now been integrated.
Changeset: 0a4d0cee
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0a4d0cee9ffd77eaa26493f20bac4bfaccd48c3b
Stats: 2088 lines in 12 files changed: 1134 ins; 937 del; 17 mod
8293121: (fs) Refactor UnixFileSystem copying into generic Unix, Linux, and BSD implementations
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/10093
More information about the nio-dev
mailing list