On Tue, 3 Jun 2025 19:19:32 GMT, Magnus Ihse Bursie wrote:
>> The fix in to [JDK-8357991](https://bugs.openjdk.org/browse/JDK-8357991) was
>> not enough to solve all problems that had been introduced with JDK-8349665.
>> Also builds run using `COMPARE_BUILD` was affected.
>>
>> The core of the
On Tue, 3 Jun 2025 19:15:30 GMT, Magnus Ihse Bursie wrote:
>> make/Init.gmk line 121:
>>
>>> 119:$(MAKE) $(MAKE_ARGS) -j 1 -f make/Main.gmk
>>> $(USER_MAKE_VARS) \
>>> 120:UPDATE_MODULE_DEPS=true NO_RECIPES=true \
>>> 121:create-main-targets-inclu
> The fix in to [JDK-8357991](https://bugs.openjdk.org/browse/JDK-8357991) was
> not enough to solve all problems that had been introduced with JDK-8349665.
> Also builds run using `COMPARE_BUILD` was affected.
>
> The core of the problem was that there were multiple additional ways to run
> wh
On Tue, 3 Jun 2025 18:05:13 GMT, Erik Joelsson wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fix indentation
>
> make/Init.gmk line 121:
>
>> 119: $(MAKE) $(MAKE_ARGS) -j 1 -f make/Main.gmk
On Tue, 3 Jun 2025 14:56:32 GMT, Magnus Ihse Bursie wrote:
> The fix in to [JDK-8357991](https://bugs.openjdk.org/browse/JDK-8357991) was
> not enough to solve all problems that had been introduced with JDK-8349665.
> Also builds run using `COMPARE_BUILD` was affected.
>
> The core of the prob