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

Tobias Hartmann tobias.hartmann at oracle.com
Fri Mar 15 08:27:34 UTC 2019


Thanks Roland!

Best regards,
Tobias

On 15.03.19 09:22, 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.
> 
> That makes sense and the change looks to me.
> 
> Roland.
> 


More information about the valhalla-dev mailing list