On Wed, 22 Mar 2023 13:51:23 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Per Minborg has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Revert change after comments > > src/java.base/unix/classes/java/io/UnixFileSystem.java line 358: > >> 356: @Override >> 357: public int getNameMax(String path) { >> 358: return (int)Math.min(getNameMax0(path), Integer.MAX_VALUE); > > This change is nothing to do with this issue. It's okay to refactor it as a > drive-by change but I think keep nameMax as that made it easier to debug. Reverted ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/12167#discussion_r1150105121