RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava

Brian Burkhalter bpb at openjdk.org
Fri Aug 9 21:25:43 UTC 2024


On Fri, 26 Jul 2024 21:34:07 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> > Also think to work through some naming on IOUtil vs. NIOUtil as it won't be obvious to maintainers which class to use.
> 
> Maybe `NIOUtil` should be `NetUtil` as its methods appear to be invoked only by classes involved in networking?

Another option is `NIONetUtil` but the `NIO` prefix is redundant with the package name.

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

PR Comment: https://git.openjdk.org/jdk/pull/20317#issuecomment-2278773773


More information about the core-libs-dev mailing list