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

Tobias Hartmann tobias.hartmann at oracle.com
Tue Jun 11 10:01:17 UTC 2019


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