Re: RFR: 8358515: make cmp-baseline is broken after JDK-8349665 [v2]

2025-06-03 Thread Erik Joelsson
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

Re: RFR: 8358515: make cmp-baseline is broken after JDK-8349665 [v2]

2025-06-03 Thread Erik Joelsson
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

Re: RFR: 8358515: make cmp-baseline is broken after JDK-8349665 [v2]

2025-06-03 Thread Magnus Ihse Bursie
> 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

Re: RFR: 8358515: make cmp-baseline is broken after JDK-8349665 [v2]

2025-06-03 Thread Magnus Ihse Bursie
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

Re: RFR: 8358515: make cmp-baseline is broken after JDK-8349665

2025-06-03 Thread Erik Joelsson
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