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

Thomas Schatzl tschatzl at openjdk.org
Mon Jun 26 07:52:20 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

This pull request has now been integrated.

Changeset: 93970946
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9397094692ca840b1ac0c5b43edb895f8a397510
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8310540: G1: Verification should use raw oop decode functions

Reviewed-by: ayang, kbarrett

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

PR: https://git.openjdk.org/jdk/pull/14592


More information about the hotspot-gc-dev mailing list