RFR: 8376434: Remove AppContext from awt ImageFetcher implementation

Sergey Bylokhov serb at openjdk.org
Wed Jan 28 19:11:40 UTC 2026


On Tue, 27 Jan 2026 06:06:46 GMT, Phil Race <prr at openjdk.org> wrote:

> Remove AppContext from ImageFetcher

src/java.desktop/share/classes/sun/awt/image/ImageFetcher.java line 290:

> 288:        }
> 289:        final ThreadGroup fetcherGroup = threadGroup;
> 290: 

Why we want main TG the here? In most other places we use "RootThreadGroup"

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29441#discussion_r2738143269


More information about the client-libs-dev mailing list