RFR: 8376998: [macOS] Remove AppContext from AppEventHandler
Phil Race
prr at openjdk.org
Mon Feb 2 21:13:31 UTC 2026
On Mon, 2 Feb 2026 21:05:37 GMT, Phil Race <prr at openjdk.org> wrote:
> This removes AppContext from the _AppEventHandler class used on macOS.
src/java.desktop/share/classes/sun/awt/SunToolkit.java line 541:
> 539: }
> 540:
> 541: public static void invokeLater(Runnable dispatcher) {
Eventually invokeLaterOnAppContext will be completely replaced by this once nothing needs it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29534#discussion_r2756126559
More information about the client-libs-dev
mailing list