On Wed, 28 May 2025 14:40:19 GMT, Magnus Ihse Bursie <i...@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