RFR: 8262297: ImageIO.write() method will throw IndexOutOfBoundsException [v5]

Jayathirth D V jdv at openjdk.java.net
Wed Dec 1 10:08:37 UTC 2021


On Wed, 24 Nov 2021 11:09:42 GMT, Masanori Yano <myano at openjdk.org> wrote:

>> Could you please review the 8262297 bug fixes?
>> 
>> In this case, ImageIO.write() should throw java.io.IOException rather than java.lang.IndexOutOfBoundsException. IndexOutOfBoundsException is caught and wrapped in IIOException in ImageIO.write() with this fix. In addition, IndexOutOfBoundsException is not expected to throw by RandomAccessFile#write() according to its API specification. So it should be fixed.
>
> Masanori Yano has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8262297: ImageIO.write() method will throw IndexOutOfBoundsException

This change has caused regression : https://bugs.openjdk.java.net/browse/JDK-8278047
So this change will be reverted for further analysis.

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

PR: https://git.openjdk.java.net/jdk/pull/6151



More information about the client-libs-dev mailing list