RFR: 8294578: [PPC64] C2: Missing is_oop information when using disjoint compressed oops mode [v2]

Lutz Schmidt lucy at openjdk.org
Tue Oct 4 09:49:03 UTC 2022


On Thu, 29 Sep 2022 13:14:58 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Fix missing is_oop information shown by assertion `assert(t->base() == Type::Int || t->base() == Type::Half || t->base() == Type::FloatCon || t->base() == Type::FloatBot) failed: Unexpected type`. See JBS issue for details.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert decodeN_Disjoint_isel_Ex part. Not needed.

Looks good to me. 
Thanks for finding and removing this annoyance!

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

Marked as reviewed by lucy (Reviewer).

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


More information about the hotspot-compiler-dev mailing list