RFR: 8299973: Replace NULL with nullptr in share/utilities/

Stefan Karlsson stefank at openjdk.org
Thu Jan 19 07:36:31 UTC 2023


On Mon, 16 Jan 2023 19:22:43 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

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

Changes requested by stefank (Reviewer).

src/hotspot/share/utilities/globalDefinitions_xlc.hpp line 85:

> 83: // In this case you need to copy the following defines to a position after #include <dirent.h>
> 84: #include <dirent.h>
> 85: #ifdef _LP64

This entire section seems wrong to me. Could you take a closer look at this part?

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

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


More information about the hotspot-dev mailing list