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

Francesco Andreuzzi duke at openjdk.org
Wed Aug 27 16:50:33 UTC 2025


On Wed, 27 Aug 2025 13:01:28 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Francesco Andreuzzi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   no executable
>
> make/scripts/update_pch.sh line 69:
> 
>> 67: 
>> 68: make clean CONF_NAME="$RUN_NAME"
>> 69: make -j hotspot CONF_NAME="$RUN_NAME"
> 
> There is no need to set `-j` with the OpenJDK build system. Configure detects a suitable amount of parallellism and our bootstrap makefile adds it to the relevant make command line. This `-j` flag becomes a noop.

Interesting, thanks. Fixed in b6749286cb42f657700bc4acf4048b70a042ac43

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

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


More information about the hotspot-dev mailing list