[lworld] RFR(S): 8220583: [lworld] Missing ValueTypeNode for value type receiver

Tobias Hartmann tobias.hartmann at oracle.com
Fri Mar 15 08:14:03 UTC 2019


Hi Roland,

thanks for the review.

On 15.03.19 09:10, Roland Westrelin wrote:
> Isn't it a bug that we don't see a ValueTypeNode at the call?

No, because the value type is nullable. It's only known to be non-null after the receiver null check
and that's when we can/should create the ValueTypeNode.

Thanks,
Tobias



More information about the valhalla-dev mailing list