On Wed, 27 Aug 2025 10:44:45 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:

> Ran the script locally, and noticed that on my Mac this was the difference:
> 
> ```
> -#include "oops/oopHandle.inline.hpp"
>  #include "oops/oop.inline.hpp"
> +#include "oops/oopHandle.inline.hpp"
> ```
> 
> Something is a bit off with sorting, I think.

Mac file systems are case insensitive by default, so I figured that must be the 
issue, but looking at the script it uses `sort` which should not be case 
insensitive by default. Not seeing anything that sticks out here.

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

PR Comment: https://git.openjdk.org/jdk/pull/26681#issuecomment-3228137603

Reply via email to