[14] RFR(S): 8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes

Vladimir Ivanov vladimir.x.ivanov at oracle.com
Sat Nov 9 12:38:10 UTC 2019


> http://cr.openjdk.java.net/~thartmann/8233656/webrev.00/

> I propose to simply check the control inputs for is_CFG().

Can you just check control for TOP instead?

Also, is it worth putting an assert to ensure the node is already on 
worklist and will be eventually eliminated?

Best regards,
Vladimir Ivanov


More information about the hotspot-compiler-dev mailing list