Hi Fairoz,

Do you know if the bmp image file has Oracle copyright? If not, you cannot check it in. Alternatively, you may get a hexdump of the bmp file and create a byte[] array with that hex data and create ByteArrayInputStream with that and use that for ImageIO as an ImageInputStream.

Regards
Prasanta
On 25-Oct-18 11:52 AM, Fairoz Matte wrote:
Hi,

Kindly review the small fix.

Background:
"javax/imageio/plugins/bmp/BMP8BPPLoadTest.java test case" has been added part 
of JDK-8182461,
Test case has a dependency on input file "BMP8BPPLoadTest.PNG", during push 
this was missed.

In this fix test case also modified to refer the input file from same directory

JBS bug - https://bugs.openjdk.java.net/browse/JDK-8212914
Webrev - http://cr.openjdk.java.net/~fmatte/8212914/webrev.00/

Thanks,
Fairoz



Reply via email to