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

John Hendrikx jhendrikx at openjdk.org
Mon Aug 18 20:22:16 UTC 2025


On Mon, 18 Aug 2025 20:14:48 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

> Do we still use `@NamedArg`? I thought it's a remnant of pre-Java 8 where parameter names weren't saved.

I don't know about the `NamedArg` specifics, but I do know that saving parameter names is optional and I think still off by default (ie. you need to pass a compiler option to save the names).  Other than that, I just copied what was there and kept the same format.

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

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


More information about the openjfx-dev mailing list