mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-21 07:45:11 +00:00
8367243: Format issues with dist dump debug output in PhaseGVN::dead_loop_check
Reviewed-by: thartmann
This commit is contained in:
parent
4cc75be80e
commit
2826d17025
@ -780,7 +780,7 @@ void PhaseGVN::dead_loop_check( Node *n ) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!no_dead_loop) n->dump_bfs(100,nullptr,"#");
|
||||
if (!no_dead_loop) { n->dump_bfs(100, nullptr, ""); }
|
||||
assert(no_dead_loop, "dead loop detected");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user