RFR: 8341015: OopStorage location decoder crashes accessing non-initalized OopStorage [v2]
Aleksey Shipilev
shade at openjdk.org
Thu Sep 26 14:37:35 UTC 2024
On Thu, 26 Sep 2024 12:53:24 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> lgtm, maybe it's worth to explicitly print an "unitialized" message
A normal thing to do in these printers is to silently return, letting other printers to handle the location. If OopStorage does not recognize the pointer, the downstream NMT and generic SafeFetch code would try to look it up.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21204#issuecomment-2377156417
More information about the hotspot-gc-dev
mailing list