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