RFR(XS): 8247763: assert(outer->outcnt() == 2) failed: 'only phis' failure in LoopNode::verify_strip_mined()

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Jun 18 22:09:29 UTC 2020


Good.

Thanks,
Vladimir

On 6/18/20 7:13 AM, Roland Westrelin wrote:
> 
> https://bugs.openjdk.java.net/browse/JDK-8247763
> http://cr.openjdk.java.net/~roland/8247763/webrev.00/
> 
> A store is sunk from a pre loop and control is set to the outer strip
> mined loop of the main loop (the only use of the store is the phi of the
> main loop). Fix simply sets control to entry control in that case.
> 
> Roland.
> 


More information about the hotspot-compiler-dev mailing list