MacOS file system changes between 7u10 and 7u40?

Alan Bateman Alan.Bateman at oracle.com
Fri Sep 20 14:51:16 UTC 2013


On 20/09/2013 11:32, Philippe Marschall wrote:
> Hi
>
> Have there been any changes to the way the default file system handles
> Unicode normalization between 7u10 and 7u40? I'm suddenly seeing code
> behave differently and I don't remember reading anything in the
> changelogs.
I assume you are looking for this one:

7130915: File.equals does not give expected results when path contains 
Non-English characters on Mac OS X

It was back-ported to 7uX last year [1]. There were also several threads 
about this topic on macosx-port-dev at the time, much of it about the 
initial port of JDK 7 to Mac OS X not matching Apple's JDK 6.

So I'm curious if you are just obviously different behavior or whether 
this has broken something. Were you using java.text.Normalizer to work 
around issues?

-Alan

[1] http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/03b9d0ba2488


More information about the nio-dev mailing list