RFR: 8280743: HSDB "Monitor Cache Dump" command might throw NPE [v2]
Chris Plummer
cjplummer at openjdk.org
Mon Aug 21 21:26:13 UTC 2023
On Mon, 21 Aug 2023 20:41:45 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> I see ObjectHeap accepts and handles a null, returning null, so the newOop() call is OK to pass a null, though it could be moved to inside the else.
Ok. I moved it inside the else block.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15369#issuecomment-1687059549
More information about the serviceability-dev
mailing list