RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream [v4]
John Hendrikx
jhendrikx at openjdk.org
Thu Aug 21 11:44:06 UTC 2025
On Thu, 21 Aug 2025 06:54:19 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 64:
>
>> 62: }
>> 63:
>> 64: protected AbstractRemoteResource(String url, String method, String outboundContent, AsyncOperationListener<T> listener) {
>
> I see that outboundContent calls are no where used. Is this the reason we are cleaning up this code?
Yeah, I generally remove code that I see is unused, if it otherwise would have needed to be adjusted.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1875#discussion_r2290776084
More information about the openjfx-dev
mailing list