RFR: JDK-8301224: Replace NULL with nullptr in share/gc/shared/ [v2]
Johan Sjölen
jsjolen at openjdk.org
Tue Jan 31 10:24:40 UTC 2023
On Mon, 30 Jan 2023 16:21:24 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix kimbarrett's suggestions
>
> src/hotspot/share/gc/shared/oopStorage.hpp line 107:
>
>> 105: // Allocates and returns a new entry. Returns null if memory allocation
>> 106: // failed. Locks _allocation_mutex.
>> 107: // postcondition: result == null or *result == nullptr.
>
> Inconsistent mix of "null" and "nullptr".
Thanks!
-------------
PR: https://git.openjdk.org/jdk/pull/12249
More information about the hotspot-dev
mailing list