RFR: 8265132 : C2 compilation fails with assert "missing precedence edge" [v4]
Dean Long
dlong at openjdk.java.net
Fri Jun 18 22:49:32 UTC 2021
On Fri, 18 Jun 2021 04:47:00 GMT, Jamsheed Mohammed C M <jcm at openjdk.org> wrote:
> i kept dominate logic as it is more broad than equating with LCA (that means even if there are multiple basic blocks in null path the assert holds good)
In that case, could you add a test case with multiple basic blocks in the null path? It should crash without your dominates improvement.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4200
More information about the hotspot-compiler-dev
mailing list