<AWT Dev> RFR: 8267385: Create NSAccessibilityElement implementation for JavaComponentAccessibility [v8]
Sergey Bylokhov
serb at openjdk.java.net
Mon Aug 2 05:56:39 UTC 2021
On Wed, 21 Jul 2021 13:16:46 GMT, Artem Semenov <github.com+36081106+savoptik at openjdk.org> wrote:
>> The comment states that it is not necessary to call ExceptionCheck, but it will be done before by the CHECK_EXCEPTION. The macro also will log it when necessary.
>
> Done
I suggest doing the opposite, leave the CHECK_EXCEPTION and remove the chech and the logging. The CHECK_EXCEPTION is better since it can be configured via properties, and it will chech itself on what thread the current code is executed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4412
More information about the awt-dev
mailing list