RFR: 8366911: (fs) Remove support for normalizing file names to Unicode normalized form D (macOS)

Brian Burkhalter bpb at openjdk.org
Fri Sep 5 01:00:26 UTC 2025


On Thu, 4 Sep 2025 22:45:57 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Remove all code for normalizing file paths to Unicode Normalization Format D on macOS. This removes support for the system property `jdk.nio.path.useNormalizationFormD`. This change nullifies the effect of the change made for [JDK-8289689](https://bugs.openjdk.org/browse/JDK-8289689).

An existing test was modified but I don't think it provides much value here as it was intended to validate that normalization was being performed. The test should probably either be replaced or removed outright.

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

PR Comment: https://git.openjdk.org/jdk/pull/27109#issuecomment-3256611336


More information about the nio-dev mailing list