RFR: 8365053: Refresh hotspot precompiled.hpp with headers based on current frequency

Magnus Ihse Bursie ihse at openjdk.org
Mon Aug 11 08:09:15 UTC 2025


On Thu, 7 Aug 2025 19:55:35 GMT, Francesco Andreuzzi <duke at openjdk.org> wrote:

> Also, maybe check in the generation script as well? I think a subfolder here would be fine: https://github.com/openjdk/jdk/tree/master/src/utils.

@shipilev I'm not sure this is a proper place. The other tools in `src/utils` are stand-alone utilities that could be useful to end users, like hsdis and IdealGraphVisualizer. In contrast, tools that are useful for developers are put either into `bin` or `make/scripts`. Normally, I think `bin` is what would make most sense, and the latter is mostly a legacy result of people using `make` as a `misc` back in the bad old hg-forest days, but in this particular case I think it might be the best placement. This is after all clearly about optimizing the build speed.

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

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


More information about the hotspot-dev mailing list