mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-13 06:59:38 +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