On Wed, 14 Jan 2026 03:48:01 GMT, Koushik Muthukrishnan Thirupattur <[email protected]> wrote:
>> The method ckAssertReturnValueOK will invoke ckAssertReturnValueOK2 which >> makes multiple calls to JNI functions, such as FindClass or GetMethodID. >> These calls would be unsafe as there may be a pending exception at this time. >> So adding exception check to return immediately and do not call any further >> JNI functions when there is exception pending. > > Koushik Muthukrishnan Thirupattur has updated the pull request incrementally > with one additional commit since the last revision: > > 8367024: Addressing review comments Changes look good, have you run the security regression tests? ------------- Marked as reviewed by valeriep (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/29054#pullrequestreview-3662148293
