[jdk19] RFR: 8289093: BlockLocationPrinter fails to decode addresses with G1 [v2]
Thomas Schatzl
tschatzl at openjdk.org
Mon Jun 27 08:31:02 UTC 2022
On Sat, 25 Jun 2022 19:52:05 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Or fixing `block_is_obj`...
>
> Originally the method returned `nullptr`, but I'm not sure this is the best option, but probably the best for this change.
I just return `nullptr`, fixing `block_is_obj` (returning false for addresses >= top) does not seem to be worth.
-------------
PR: https://git.openjdk.org/jdk19/pull/68
More information about the hotspot-gc-dev
mailing list