Integrated: 8366254: (fs) UnixException.translateToIOException should translate ELOOP to FileSystemLoopException

Brian Burkhalter bpb at openjdk.org
Thu Aug 28 17:40:51 UTC 2025


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

> Translate a `UnixException` with `errno == ELOOP` to `FileSystemLoopException` instead of the less specific `FileSystemException`.

This pull request has now been integrated.

Changeset: aaac8c06
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/aaac8c0636e12c40c46170bf4989bd34bb577430
Stats:     9 lines in 2 files changed: 3 ins; 0 del; 6 mod

8366254: (fs) UnixException.translateToIOException should translate ELOOP to FileSystemLoopException

Reviewed-by: vyazici, alanb

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

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


More information about the nio-dev mailing list