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