Integrated: 8368633: (fs) Path.toRealPath(NOFOLLOW_LINKS) very slow on macOS

Brian Burkhalter bpb at openjdk.org
Tue Oct 14 17:53:25 UTC 2025


On Wed, 8 Oct 2025 23:59:53 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Try to avoid checking file keys for all entries by first attempting `Path.compareTo` and `String.equalsIgnoreCase`.

This pull request has now been integrated.

Changeset: 09e87971
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/09e87971e8a53951b40eef15d127aad0b7c2bee8
Stats:     181 lines in 3 files changed: 156 ins; 4 del; 21 mod

8368633: (fs) Path.toRealPath(NOFOLLOW_LINKS) very slow on macOS

Reviewed-by: alanb

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

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


More information about the nio-dev mailing list