RFR(T): 8225564: Remove wrong assert in clean_catch_blocks
Nils Eliasson
nils.eliasson at oracle.com
Tue Jun 11 08:27:12 UTC 2019
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