On Mon, 30 Mar 2026 16:53:02 GMT, Benoît Maillard <[email protected]> wrote:
>> @benoitmaillard Please double-check that this assert really triggers without >> the fix. > > Ooops, I think my IDE somehow tricked me into this. But the interesting thing > is that it does trigger without the fix. Not sure why though. I assume it is because `assert` is a macro (the thing you often call `assert(cond, msg, ...)`) that is defined if `ASSERT` is defined. So, `#ifdef ASSERT` is the same as `#ifdef assert` :) ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2256#discussion_r3011055166
