[jdk16u] RFR: 8264786: [macos] All Swing/AWT apps cause Allow Notifications prompt to appear when app is launched

Christoph Langer clanger at openjdk.java.net
Fri Jun 4 08:39:12 UTC 2021


On Fri, 4 Jun 2021 07:17:48 GMT, Vladimir Kempik <vkempik at openjdk.org> wrote:

>> 8264786: [macos] All Swing/AWT apps cause Allow Notifications prompt to appear when app is launched
>
> src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m line 161:
> 
>> 159: 
>> 160:     // inform any interested parties that the AWT has arrived and is pumping
>> 161:     [[NSNotificationCenter defaultCenter] postNotificationName:JNFRunLoopDidStartNotification object:self];
> 
> looks good here, identical to jdk11u-dev patch.

Thanks for checking!

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

PR: https://git.openjdk.java.net/jdk16u/pull/122


More information about the jdk-updates-dev mailing list