mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-20 16:09:21 +00:00
8225564: Remove wrong assert in clean_catch_blocks
Reviewed-by: thartmann
This commit is contained in:
parent
cf79907536
commit
5fa2642f15
@ -866,7 +866,6 @@ static bool fixup_uses_in_catch(PhaseIdealLoop *phase, Node *start_ctrl, Node *n
|
||||
// In some very rare cases a load that doesn't need a barrier will end up here
|
||||
// Treat it as a LoadP and the insertion of phis will be done correctly.
|
||||
if (node->is_Load()) {
|
||||
assert(node->as_Load()->barrier_data() == 0, "Sanity");
|
||||
call_catch_cleanup_one(phase, node->as_Load(), phase->get_ctrl(node));
|
||||
} else {
|
||||
for (DUIterator_Fast jmax, i = node->fast_outs(jmax); i < jmax; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user