RFR: 8365053: Refresh hotspot precompiled.hpp with headers based on current frequency [v18]
Erik Joelsson
erikj at openjdk.org
Wed Aug 27 13:09:49 UTC 2025
On Wed, 27 Aug 2025 10:44:45 GMT, Aleksey Shipilev <shade at 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
More information about the hotspot-dev
mailing list