RFR: 8321591: (fs) Path.of(URI) performance (win)
Brian Burkhalter
bpb at openjdk.org
Thu Apr 3 17:53:57 UTC 2025
On Thu, 3 Apr 2025 08:40:26 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> I assume there are tests that already cover path normalization on windows?
`Path.of` normalizes by default. There are a lot of cases tested here:
https://github.com/openjdk/jdk/blob/master/test/jdk/java/nio/file/Path/PathOps.java
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24400#issuecomment-2776529955
More information about the nio-dev
mailing list