On Thu, 20 May 2021 19:48:21 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Tejpal Rebari has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> made changed according to CSR comments
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m line 1107:
>
>> 1105: JNI_COCOA_ENTER(env);
>> 1106: if (allowAutomaticTabbing) {
>> 1107: [NSWindow setAllowsAutomaticWindowTabbing:YES];
>
> Should we access this property on the Appkit thread? Or this can be used
> everywhere?
Do we plan to backport the same fix or a different one?
-------------
PR: https://git.openjdk.java.net/jdk/pull/3407