On Thu, 26 Mar 2026 19:29:41 GMT, Phil Race <[email protected]> wrote:

> This change removes AppContext from jdk.accessbridge. 
> It turns out that doing this means we can also remove the java.desktop 
> sun.awt package export to this module

src/jdk.accessibility/windows/classes/com/sun/java/accessibility/internal/AccessBridge.java
 line 7256:

> 7254:          */
> 7255:         public static <T> T invokeAndWait(final Callable<T> callable,
> 7256:                                           final Component component) {

It has not escaped me that the 2nd parameter is now no longer needed in any of 
these invokeAndWait methods. 
But there are so many calls that the diff of just this file would become many 
hundreds of lines and isn't necessary for the app context removal.
So I will handle that in a follow-up.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30460#discussion_r2997248241

Reply via email to