RFR: 8289689: (fs) Re-examine the need for normalization to Unicode Normalization Format D (macOS) [v3]
Jaikiran Pai
jpai at openjdk.org
Wed Nov 2 05:51:03 UTC 2022
On Mon, 31 Oct 2022 16:37:38 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> On macOS, perform file name normalization if and only if a specific system property is set.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8289689: Remove unneeded check of ENABLE_FILE_NAME_ENCODING in test
src/java.base/macosx/classes/sun/nio/fs/MacOSXFileSystem.java line 40:
> 38:
> 39: private static final String PROPERTY_ENABLE_FILE_NAME_ENCODING =
> 40: "jdk.nio.path.useNormalizationFormD";
Do we document system properties like this one in some javadoc through the use of `@systemProperty` so that it shows up in the documentation? Or is it OK to just have this mentioned in the release notes?
-------------
PR: https://git.openjdk.org/jdk/pull/10885
More information about the nio-dev
mailing list