[14] RFR(S): 8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes
Tobias Hartmann
tobias.hartmann at oracle.com
Tue Nov 12 10:49:53 UTC 2019
Okay, this is actually not correct:
If d is an IfTrue projection, we would change d to the corresponding If node which could be a
dominator of n while the IfTrue projection is not.
Best regards,
Tobias
On 12.11.19 10:52, Tobias Hartmann wrote:
> Thanks Vladimir!
>
> Best regards,
> Tobias
>
> On 12.11.19 10:52, Vladimir Ivanov wrote:
>>
>>> http://cr.openjdk.java.net/~thartmann/8233656/webrev.01/
>>
>> Looks good.
>>
>> Best regards,
>> Vladimir Ivanov
More information about the hotspot-compiler-dev
mailing list