commit | 18cf3d8080d346e435a8e3d2525a2e5bef7b0f14 | [log] [tgz] |
---|---|---|
author | Christian Hagedorn <chagedorn@openjdk.org> | Wed Jul 22 10:31:37 2020 +0200 |
committer | Christian Hagedorn <chagedorn@openjdk.org> | Wed Jul 22 10:31:37 2020 +0200 |
tree | cc1f539fc5649e1623c585c4cad7860a8e2d2f32 | |
parent | 4f99e1fb11f7923ce64301f3f35299163b02a8f0 [diff] |
8247743: Segmentation fault in debug builds due to stack overflow in find_recur with deep graphs Replace the recursive algorithm of Node::find() by an iterative one to avoid a stack overflow crash with deep graphs. Reviewed-by: kvn, thartmann