RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream [v5]
Jayathirth D V
jdv at openjdk.org
Mon Aug 25 09:28:08 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
Latest change looks good to me.
This update causes a failure in one of our closed white-box tests. It will be easy for us to fix it, but it will mean that down the road, when this is ready to go in, we will need to coordinate the timing of the integration with you.
-------------
Marked as reviewed by jdv (Committer).
PR Review: https://git.openjdk.org/jfx/pull/1875#pullrequestreview-3150607807
More information about the openjfx-dev
mailing list