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

Francesco Andreuzzi duke at openjdk.org
Wed Aug 27 18:06:30 UTC 2025


On Wed, 27 Aug 2025 17:02:39 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Francesco Andreuzzi has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - stuff
>>  - nn
>
> make/scripts/update_pch.sh line 101:
> 
>> 99: mv "$PRECOMPILED_HPP.tmp" "$PRECOMPILED_HPP"
>> 100: 
>> 101: java /jdk/test/hotspot/jtreg/sources/SortIncludes.java --update /jdk/src/hotspot/share/precompiled
> 
> This looks like an absolute path. Does that actually work?

My bad, fixed in ead2c779b4481efb06b519924b5e56eeecad3674

That path is only valid in the Docker image where I tested the script, it shouldn't have been there.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26681#discussion_r2304908332


More information about the hotspot-dev mailing list