On Wed, 28 Jan 2026 16:43:25 GMT, Alexey Ivanov <[email protected]> wrote:
>> Remove AppContext from ImageFetcher > > src/java.desktop/share/classes/sun/awt/image/ImageFetcher.java line 320: > >> 318: int numFetchers; >> 319: int numWaiting; >> 320: Vector<ImageFetchable> waitList; > > I'd mark the `fetchers` and `waitList` fields as final, however, it should > rather be done under a separate PR. Addressed in [JDK-8378872](https://bugs.openjdk.org/browse/JDK-8378872). ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29441#discussion_r2920918429
