RFR: 8324286: Fix backsliding on use of nullptr instead of NULL
Julian Waters
jwaters at openjdk.org
Mon Jan 22 13:32:27 UTC 2024
On Mon, 22 Jan 2024 10:39:12 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change that removes some new (since JDK-8299837) uses of
> NULL in HotSpot code. Most of the changes are in comments, replacing "NULL"
> with either "nullptr" (for code snippets) or "null" (for textual description),
> as was done for JDK-8299837. There are a small number of new uses of NULL in
> code, which are replaced with nullptr.
>
> Testing: mach5 tier1
Easy change to review, so I might as well
-------------
Marked as reviewed by jwaters (Committer).
PR Review: https://git.openjdk.org/jdk/pull/17516#pullrequestreview-1836473838
More information about the hotspot-dev
mailing list