RFR(T): 8225564: Remove wrong assert in clean_catch_blocks

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Jun 11 14:08:43 UTC 2019


+1

Thanks
Vladimir

> On Jun 11, 2019, at 3:01 AM, Tobias Hartmann <tobias.hartmann at oracle.com> wrote:
> 
> Hi Nils,
> 
> looks reasonable and trivial to me.
> 
> Best regards,
> Tobias
> 
>> On 11.06.19 10:27, Nils Eliasson wrote:
>> Hi,
>> 
>> This patch removes an assert that is wrong.
>> 
>> When traversing the graph for fixing the catch blocks, postorder is not guaranteed. The fix_up_uses
>> can find a load that must be handled first. The cleanup already supports (and expects that).
>> 
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8225564
>> 
>> Webrev: http://cr.openjdk.java.net/~neliasso/8225564/
>> 
>> Regards,
>> 
>> Nils
>> 



More information about the hotspot-compiler-dev mailing list