RFR: 8376992: Remove AppContext from SystemTray implementation [v3]

Sergey Bylokhov serb at openjdk.org
Mon Feb 9 23:42:14 UTC 2026


On Thu, 5 Feb 2026 20:17:39 GMT, Phil Race <prr at openjdk.org> wrote:

>> Remove AppContext from java/awt/SystemTray
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8376992

src/java.desktop/share/classes/java/awt/SystemTray.java line 371:

> 369:      * </table>
> 370:      * <p>
> 371:      * The {@code listener} listens to property changes only in this context.

The reference to "context" is outdated(possibly in some other javadoc in this class as well)?

src/java.desktop/share/classes/java/awt/SystemTray.java line 464:

> 462:      * calling thread's context.
> 463:      *
> 464:      * @return this thread's context's PropertyChangeSupport

The comment is outdated?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29531#discussion_r2785051794
PR Review Comment: https://git.openjdk.org/jdk/pull/29531#discussion_r2785046383


More information about the client-libs-dev mailing list