RFR: 8292385: assert(ctrl == kit.control()) failed: Control flow was added although the intrinsic bailed out

Dean Long dlong at openjdk.org
Fri Sep 2 07:47:57 UTC 2022


On Fri, 2 Sep 2022 02:27:17 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> > > Is it possible to create a jtreg test for this fix? Thanks.
> > 
> > 
> > It is probably possible, but when I tried I couldn't get it to reproduce. It depends on profiling information, so I had to use the replay file to reproduce it.
> 
> So can you share us the replay file to verify the fix?

You can find replay_pid37690.log in the attachment for the bug.  I started with that and reduced it using JDK-8293287.  I will attach that replay file to the bug as well.

-------------

PR: https://git.openjdk.org/jdk/pull/10136


More information about the hotspot-compiler-dev mailing list