RFR: 8310540: G1: Verification should use raw oop decode functions
Albert Mingkun Yang
ayang at openjdk.org
Thu Jun 22 14:01:02 UTC 2023
On Wed, 21 Jun 2023 15:10:22 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this PR that changes a `CompressedOops::decode_not_null` to a `decode_raw_not_null`. The reason is that doing so allows the method to proceed to print better debugging information compared to the failing assert in `decode_not_null`.
>
> Testing: gha, local compilation
>
> Thanks,
> Thomas
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14592#pullrequestreview-1493265903
More information about the hotspot-gc-dev
mailing list