On Wed, 21 Jul 2021 13:16:46 GMT, Artem Semenov <github.com+36081106+savop...@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