RFR: 8341793: Fix ExceptionOccurred in jdk.accessibility [v3]

Phil Race prr at openjdk.org
Sat Nov 16 16:42:54 UTC 2024


On Wed, 13 Nov 2024 20:12:51 GMT, Phil Race <prr at openjdk.org> wrote:

>> I will check you're right. 
>> It looked suspicious, no real use of exception, I will look again
>
> I suspect all those declarations exist only because the macros need it.
> So removing them will be the right solution

Looks like you missed (at least) one.
Perhaps because you searched for a specific pattern
jthrowable exception = NULL;
at line 1218 (original code) 1208 (patched code)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21979#discussion_r1845064490


More information about the client-libs-dev mailing list