RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream [v4]

Jayathirth D V jdv at openjdk.org
Fri Aug 22 01:35:04 UTC 2025


On Thu, 21 Aug 2025 06:51:18 GMT, Jayathirth D V <jdv at openjdk.org> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix typo
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/runtime/async/AbstractRemoteResource.java line 113:
> 
>> 111:         }
>> 112:         finally {
>> 113:             stream.close();
> 
> Do we have to continue closing the stream when background loading is happening with URL?

I see that the resource is getting closed.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1875#discussion_r2292492577


More information about the openjfx-dev mailing list