RFR: 8355725: SPEC_FILTER stopped working

Erik Joelsson erikj at openjdk.org
Wed May 28 17:34:55 UTC 2025


On Wed, 28 May 2025 14:40:19 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> The problem with `?=` is that makes a macro (lazy evaluation), not an assignment (early evaluation). I try to avoid it for that reason and instead rely on assignment in conditionals.

That's a good point, I will try to remember that.

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

PR Comment: https://git.openjdk.org/jdk/pull/25476#issuecomment-2917103916


More information about the build-dev mailing list