[jdk16u] RFR: 8264786: [macos] All Swing/AWT apps cause Allow Notifications prompt to appear when app is launched
Vladimir Kempik
vkempik at openjdk.java.net
Fri Jun 4 07:21:09 UTC 2021
On Sun, 23 May 2021 18:12:23 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> 8264786: [macos] All Swing/AWT apps cause Allow Notifications prompt to appear when app is launched
Marked as reviewed by vkempik (Committer).
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.
-------------
PR: https://git.openjdk.java.net/jdk16u/pull/122
More information about the jdk-updates-dev
mailing list