On Thu, 19 May 2022 18:11:49 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
>> No .. that check is needed since CallVoidMethod() could raise an exception > > Sure, it can, but: > > - if there is another iteration to do it will be handled by check on line > `1428` and will break the cycle. > - if it is the last iteration there is no need to break since > `CallVoidMethod()` is last statement in cycle. > > Do I missing something? yep, ok. It is redundant. Update coming shortly. ------------- PR: https://git.openjdk.java.net/jdk/pull/8493