Integrated: 8361286: Allow enabling of background loading for images loaded from an InputStream

John Hendrikx jhendrikx at openjdk.org
Tue Oct 14 08:50:40 UTC 2025


On Mon, 18 Aug 2025 09:35:23 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

This pull request has now been integrated.

Changeset: 4f4540fb
Author:    John Hendrikx <jhendrikx at openjdk.org>
Committer: Jayathirth D V <jdv at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/4f4540fb8620fa5f695e4086a45f9c8b288bf7d9
Stats:     304 lines in 11 files changed: 180 ins; 72 del; 52 mod

8361286: Allow enabling of background loading for images loaded from an InputStream

Reviewed-by: angorya, jdv, kcr

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

PR: https://git.openjdk.org/jfx/pull/1875


More information about the openjfx-dev mailing list