RFR: 8267314: Loading some animated GIFs fails with ArrayIndexOutOfBoundsException: Index 4096 out of bounds for length 4096 [v2]
Jose Pereda
jpereda at openjdk.java.net
Sun May 23 10:38:45 UTC 2021
On Sun, 23 May 2021 00:31:13 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
>> Jose Pereda has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Modify test to avoid online resources
>
> @jperedadnr Since you're looking at this already, can you check if https://bugs.openjdk.java.net/browse/JDK-8209560 is related?
@nlisker yes, I can confirm that all the linked gifs (except 7.gif which is a broken link) work with this PR, fail without it. In all cases, the same AIOOB exception shows up after some frames being loaded.
-------------
PR: https://git.openjdk.java.net/jfx/pull/513
More information about the openjfx-dev
mailing list