RFR: 8366254: (fs) UnixException.translateToIOException should translate ELOOP to FileSystemLoopException [v2]

Alan Bateman alanb at openjdk.org
Thu Aug 28 11:52:45 UTC 2025


On Wed, 27 Aug 2025 19:39:17 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Translate a `UnixException` with `errno == ELOOP` to `FileSystemLoopException` instead of the less specific `FileSystemException`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8366254: Improve error message for ELOOP

Marked as reviewed by alanb (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/26966#pullrequestreview-3164529197


More information about the nio-dev mailing list