[10] RFR(XS): 8176441: assert(false) failed: modified node was not processed by IGVN.transform_old()

Tobias Hartmann tobias.hartmann at oracle.com
Thu Mar 9 13:56:23 UTC 2017


Hi,

please review the following patch:
https://bugs.openjdk.java.net/browse/JDK-8176441
http://cr.openjdk.java.net/~thartmann/8176441/webrev.00/

The shiftNode needs to be added to the IGVN worklist after being modified. This was introduced by [1].

Tested with replay compilation and RBT (running).

Thanks,
Tobias

[1] https://bugs.openjdk.java.net/browse/JDK-8173470


More information about the hotspot-compiler-dev mailing list