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 19:26:38 UTC 2022
On Fri, 2 Sep 2022 13:46:26 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.
>
>> 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.
>
> Okay, got it.
> Thanks @TobiHartmann .
Thanks Vladimir. Thanks @DamonFool.
-------------
PR: https://git.openjdk.org/jdk/pull/10136
More information about the hotspot-compiler-dev
mailing list