RFR: 8310540: G1: Verification should use raw oop decode functions

Thomas Schatzl tschatzl at openjdk.org
Mon Jun 26 07:52:19 UTC 2023


On Thu, 22 Jun 2023 13:58:06 GMT, Albert Mingkun Yang <ayang 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).

Thanks @albertnetymk @kimbarrett for your reviews

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14592#issuecomment-1606902741


More information about the hotspot-gc-dev mailing list