On Mon, 4 Dec 2023 20:42:48 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> It is probably easy just drop the usage of loadedImage and use the image > instead? Ideally. Yet there's a corner case: if `url` is null, there's nothing to load; and it doesn't make sense to re-try, the URL won't change. If it were not for this case, the `image` field alone would do the job. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16917#issuecomment-1839476721