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

Aleksey Shipilev shade at openjdk.org
Thu Sep 29 11:46:22 UTC 2022


On Thu, 29 Sep 2022 11:07:34 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.

This makes sense. Glad the assert helped :)

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

Marked as reviewed by shade (Reviewer).

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


More information about the hotspot-compiler-dev mailing list