commit | 31fc07f34f36ac8af322760f4e506e279a440bb1 | [log] [tgz] |
---|---|---|
author | Christian Hagedorn <chagedorn@openjdk.org> | Mon Jun 15 09:50:11 2020 +0200 |
committer | Christian Hagedorn <chagedorn@openjdk.org> | Mon Jun 15 09:50:11 2020 +0200 |
tree | 4986454d4fda0ce5fa3547b497485262cad2e7c7 | |
parent | 2379f613889b163baeb5ff280479becdc598040e [diff] |
8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN Replace the recursive verification algorithm with an iterative one to avoid a stack overflow for large graphs. Reviewed-by: kvn, thartmann