mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-23 00:35:13 +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