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

Kim Barrett kbarrett at openjdk.org
Tue Jan 23 08:52:35 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

This pull request has now been integrated.

Changeset: bcb340da
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bcb340da091e3287da8d2ecfcd017ebcc6613cae
Stats:     19 lines in 9 files changed: 0 ins; 0 del; 19 mod

8324286: Fix backsliding on use of nullptr instead of NULL

Reviewed-by: jsjolen, coleenp, jwaters

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

PR: https://git.openjdk.org/jdk/pull/17516


More information about the hotspot-dev mailing list