RFR: 8324286: Fix backsliding on use of nullptr instead of NULL

Coleen Phillimore coleenp at openjdk.org
Mon Jan 22 13:28:25 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

Looks good, can be argued as trivial.

-------------

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17516#pullrequestreview-1836466403


More information about the hotspot-dev mailing list