RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream [v2]
Kevin Rushforth
kcr at openjdk.org
Wed Aug 20 13:49:47 UTC 2025
On Wed, 20 Aug 2025 13:27:26 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/com/sun/javafx/runtime/async/AbstractRemoteResource.java line 32:
>>
>>> 30: import java.io.InputStream;
>>> 31: import java.io.InterruptedIOException;
>>> 32: import java.util.Objects;
>>
>> all modified files need the copyright year updated
>
> Isn't this done in batches, like in #1878 ?
Yes, updating the copyright year can be deferred if you prefer.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1875#discussion_r2288215820
More information about the openjfx-dev
mailing list