On 30/10/2017 12:38, coleen.phillim...@oracle.com wrote:
:


I don't know why Java_java_io_UnixFileSystem uses JVM_MAXPATHLEN since it's not calling the JVM interface as far as I can tell. I think it should be changed to PATH_MAX.
This code used to use the JVM_* functions (dates back to early JDK releases). The JVM_MAXPATHLEN usage is likely left over from when this code was change to use the syscalls directly.

-Alan

Reply via email to