[15] RFR: 8237894: CTW: C1 compilation fails with assert(x->type()->tag() == f->type()->tag()) failed: should have same type

Tobias Hartmann tobias.hartmann at oracle.com
Mon Feb 17 09:47:47 UTC 2020


Hi Jamsheed,

On 14.02.20 12:05, Jamsheed C M wrote:
> it will still be awkward for subtypes.

Why? You are matching on the tag(), shouldn't that be the same (i.e., objectTag) for super- and subtype?

And given that, does your solution actually work with Object arrays?

Thanks,
Tobias


More information about the hotspot-compiler-dev mailing list