On Wed, 25 Mar 2026 18:59:36 GMT, Phil Race <[email protected]> wrote:

> This fix removes sun.awt.AppContext from java.awt.Window

src/java.desktop/share/classes/java/awt/Window.java line 261:

> 259:      * Contains all the windows that have a peer object associated,
> 260:      * i. e. between addNotify() and removeNotify() calls. The list
> 261:      * of all Window instances can be obtained from {@code Vector 
> windowList}

Shouldn't it be `{@link #getWindows()}`? `windowList` is declared private

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30439#discussion_r3017334625

Reply via email to