On Fri, 15 Aug 2025 14:14:41 GMT, Fei Gao <f...@openjdk.org> wrote: >> I agree. Make sure to use the same test (DEBUG_LEVEL != release) to catch >> both fast and slow debug builds. > > That does make sense. Updated in the new commit. Thanks! @magicus @kimbarrett
I think using `DEBUG_LEVEL != release` isn't right for either of these places, since it means we're adding the option for "optimize" builds. But doing so here is consistent. I will file a separate issue to address the "optimize" build case" ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26755#discussion_r2280030665