RFR: 8285399: JNI exception pending in awt_GraphicsEnv.c:1432
Phil Race
prr at openjdk.java.net
Thu May 19 18:26:52 UTC 2022
On Thu, 19 May 2022 18:11:49 GMT, Alexander Zvegintsev <azvegint at 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
More information about the client-libs-dev
mailing list