Withdrawn: 8356127: (fs) UnixFileSystemProvider.implDelete could save a syscall in some cases

duke duke at openjdk.org
Tue Sep 30 04:21:00 UTC 2025


On Wed, 7 May 2025 21:44:50 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Modify `UnixFileSystemProvider.implDelete` to attempt first to delete the file using `unlink` and, if that fails, fall back to using `rmdir` if the file is a directory.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/25107


More information about the nio-dev mailing list