RFR: 8261730: C2 compilation fails with assert(store->find_edge(load) != -1) failed: missing precedence edge [v2]
Roberto Castañeda Lozano
rcastanedalo at openjdk.java.net
Thu Mar 4 07:48:46 UTC 2021
On Thu, 4 Mar 2021 07:43:53 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Marked as reviewed by kvn (Reviewer).
>
> Thanks for reviewing, Vladimir!
Relax assertion in PhaseCFG::verify() to accept the case where a store is used
to implement an implicit null check and a load is placed in the null block.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2777
More information about the hotspot-compiler-dev
mailing list