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

John Hendrikx jhendrikx at openjdk.org
Fri Oct 10 15:04:26 UTC 2025


On Sat, 23 Aug 2025 14:26:51 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

>> Support background loading of raw input streams
>> 
>> - Fixed generics (mix up of two ImageLoader types)
>> - Removed unused code for handling headers, methods, request parameters
>> - Use `long` for progress as streams may exceed 2 GB
>> - Improved documentation of Image regarding background loading
>
> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Clarify documentation with regards to stream closing

Just to be sure, the CSR required here is for the newly added constructors?  The documentation changes on the existing constructors are only clarifications, no functionality was changed.

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

PR Comment: https://git.openjdk.org/jfx/pull/1875#issuecomment-3390637438


More information about the openjfx-dev mailing list