RFR(S): 8237007: Shenandoah: assert(_base == Tuple) failure during C2 compilation

Roland Westrelin rwestrel at redhat.com
Wed Jan 15 09:03:39 UTC 2020


Hi Roman,

> It looks ok to me. I'd probably add case Op_CMove cases to the switch
> instead.

Thanks for looking at this. I would have to list all variants in the
switch:

CMoveD
CMoveVD
CMoveF
CMoveVF
CMoveI
CMoveL
CMoveP
CMoveN

That doesn't seem better to me and is quite error prone too.

Roland.



More information about the hotspot-compiler-dev mailing list