RFR: 8285399: JNI exception pending in awt_GraphicsEnv.c:1432 [v2]
Sergey Bylokhov
serb at openjdk.java.net
Sat May 21 06:45:48 UTC 2022
On Thu, 19 May 2022 18:34:57 GMT, Phil Race <prr at openjdk.org> wrote:
>> This is a theoretical/potential case of calling JNI methods with a possible execption pending.
>> As noted in the eval of the bug report, we no longer follow the practice that AWT_LOCK is
>> called only at the start of a native method and AWT_UNLOCK at the end, if indeed we ever did.
>> But it seems to be implied in how they are handling exceptions.
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>
> 8285399
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8493
More information about the client-libs-dev
mailing list