RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava
Alan Bateman
alanb at openjdk.org
Thu Jul 25 10:07:32 UTC 2024
On Wed, 24 Jul 2024 19:11:42 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> This proposed change would move the native objects required for NIO file interaction from the libnio native library to the libjava native library on Linux, macOS, and Windows.
I think this will require thinking about how to organize the native code in native/libjava as it hard to maintain if everything is in the same directory. We may have to create subdirectories, as we do in native/libnio.
Also think to work through some naming on IOUtil vs. NIOUtil as it won't be obvious to maintainers which class to use.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20317#issuecomment-2249958450
More information about the nio-dev
mailing list