mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-03 02:12:12 +00:00
Fix Parse::Block::init_graph() to also count predecessors for exception blocks because they can have a direct bytecode jump to them resulting in this assertion failure. Reviewed-by: kvn, thartmann