commit | 33518f1f449cf4fa1546afc87e67d424aee6aeec | [log] [tgz] |
---|---|---|
author | Christian Hagedorn <chagedorn@openjdk.org> | Mon Jul 27 11:03:17 2020 +0200 |
committer | Christian Hagedorn <chagedorn@openjdk.org> | Mon Jul 27 11:03:17 2020 +0200 |
tree | 0233b7a6aef8cede1d68d124eb03f15ff8856af8 | |
parent | bfd49e2b41b382d0ed275aeef3454356a9b36a33 [diff] |
8248552: C2 crashes with SIGFPE due to division by zero Bail out in PhaseIdealLoop:split_thru_phi when trying to split a Div or ModNode iv phi whose zero check was removed but could potentially still be zero based on type information. Reviewed-by: kvn, thartmann