mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-18 15:09:37 +00:00
Replace the recursive algorithm of Node::find() by an iterative one to avoid a stack overflow crash with deep graphs. Reviewed-by: kvn, thartmann