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

Tobias Hartmann thartmann at openjdk.org
Fri Sep 2 13:50:48 UTC 2022


On Fri, 2 Sep 2022 13:30:15 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> I can reproduce it with -XX:+ReplayIgnoreInitErrors.

I would recommend to always use that flag when trying replay compilation. There's almost always an issue with some (often unrelated) class dependencies not being resolvable.

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

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


More information about the hotspot-compiler-dev mailing list