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

Tobias Hartmann tobias.hartmann at oracle.com
Fri Jun 19 07:55:14 UTC 2020


+1

Best regards,
Tobias

On 19.06.20 00:09, Vladimir Kozlov wrote:
> 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