RFR[XS] 8214686 [lworld][c1] Crash when invoking methods on value array

Tobias Hartmann tobias.hartmann at oracle.com
Mon Dec 3 12:28:42 UTC 2018


Hi Ioi,

On 03.12.18 05:22, Ioi Lam wrote:
> It seems like ciValueArrayKlass::exact_klass() is never called by C2.
> 
> However, C1 does call it when invoking vt_array.clone(), so I implemented this function.

Looks good to me.

> My question is -- will this change be a potential problem for C2? Is the ShouldNotCallThis() there
> to catch problems in C2, or was it just never implemented because it's not needed?

It was just never implemented because it's not used by C2.

Best regards,
Tobias


More information about the valhalla-dev mailing list