RFR: JDK-8301070: Replace NULL with nullptr in share/memory/

Johan Sjölen jsjolen at openjdk.org
Wed Jan 25 15:18:00 UTC 2023


On Wed, 25 Jan 2023 11:45:47 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> Do the conversion in the share/memory/ sub-directory and all of its files.

Found one manual fix

src/hotspot/share/memory/heap.cpp line 666:

> 664: /**
> 665:  * Search freelist for an entry on the list with the best fit.
> 666:  * @return nullptr, if no one was found

null

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

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


More information about the serviceability-dev mailing list