RFR: 8263227: C2: inconsistent spilling due to dead nodes in exception block
Roberto Castañeda Lozano
rcastanedalo at openjdk.java.net
Mon Apr 12 08:40:52 UTC 2021
On Thu, 8 Apr 2021 17:53:08 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> > > Also where is guarantee that all Proj users are in the same block.
> >
> >
> > Isn't this guaranteed by `PhaseCFG::schedule_node_into_block()`?
> > I will run some tests with extra assertions in `PhaseCFG::verify()` to double-check.
>
> Okay.
Done, see results in the related discussion (https://github.com/openjdk/jdk/pull/3303#discussion_r611430316).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3303
More information about the hotspot-compiler-dev
mailing list