On Mon, 2 Feb 2026 21:05:37 GMT, Phil Race <[email protected]> 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
