[crac] RFR: 8358956: [CRaC] Fix NULL usage in hotspot
Radim Vansa
rvansa at openjdk.org
Mon Jun 9 11:40:07 UTC 2025
On Mon, 9 Jun 2025 09:15:03 GMT, Dmitry Cherepanov <dcherepanov at openjdk.org> wrote:
> jtreg test TestNoNULL.java fails due to a number of usages of NULL in CRaC code.
>
> The test becomes a part of hs/tier1_common after [JDK-8352645](https://bugs.openjdk.org/browse/JDK-8352645) (integrated in b17) and GHA starts reporting the failures after merge with jdk-25+17.
>
> The patch replaces NULL with nullptr (and with null in comments and messages in asserts). The test passes with the change.
LGTM, thanks!
-------------
Marked as reviewed by rvansa (Committer).
PR Review: https://git.openjdk.org/crac/pull/237#pullrequestreview-2909803896
More information about the crac-dev
mailing list