On Mon, 29 May 2023 15:36:36 GMT, Stefan Karlsson <stef...@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/gc/z/zHeap.cpp line 438: > >> 436: >> 437: if (addr == zaddress::null) { >> 438: st->print_raw_cr("nullptr"); > > I'd prefer if this were left as either NULL or null. Suggest: null ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14198#discussion_r1209611018