On Wed, 27 Aug 2025 13:01:28 GMT, Erik Joelsson <[email protected]> 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

Reply via email to