RFR: 8309044: Replace NULL with nullptr, final sweep of hotspot code

David Holmes dholmes at openjdk.org
Tue May 30 01:01:19 UTC 2023


On Mon, 29 May 2023 10:17:06 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

>> A final sweep of Hotspot to remove all re-added NULLs. With only 110 changes I'd appreciate if this was considered trivial.
>
> src/hotspot/share/runtime/globals.hpp line 632:
> 
>> 630:                                                                             \
>> 631:   develop(bool, InterceptOSException, false,                                \
>> 632:           "Start debugger when an implicit OS (e.g. null) "                 \
> 
> T

Suggest: null pointer

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14198#discussion_r1209611686


More information about the hotspot-dev mailing list