On Wed, 24 Jul 2024 19:11:42 GMT, Brian Burkhalter <b...@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

Reply via email to