Re: [OpenJDK 2D-Dev] [9] RFR: [JDK-6852563] ArrayOutOfBoundException when reading RLE8 compressed bitmap

2017-02-09 Thread Jayathirth D V
Hi Prahalad, Changes are fine. Thanks, Jay -Original Message- From: Philip Race Sent: Wednesday, February 08, 2017 4:50 AM To: Prahalad Kumar Narayanan Cc: 2d-dev@openjdk.java.net Subject: Re: [OpenJDK 2D-Dev] [9] RFR: [JDK-6852563] ArrayOutOfBoundException when reading RLE8

Re: [OpenJDK 2D-Dev] [9] RFR: [JDK-6852563] ArrayOutOfBoundException when reading RLE8 compressed bitmap

2017-02-07 Thread Philip Race
That was deja vu all over again. I wonder if there is some additional sharing that can be done here between RLE4 and RLE8. But not right now .. just something to think about. +1 -phil. On 2/6/17, 7:46 PM, Prahalad Kumar Narayanan wrote: Hello Everyone Good day to you. Request your time in r

[OpenJDK 2D-Dev] [9] RFR: [JDK-6852563] ArrayOutOfBoundException when reading RLE8 compressed bitmap

2017-02-06 Thread Prahalad Kumar Narayanan
Hello Everyone Good day to you. Request your time in reviewing the fix for the bug [JDK-6852563] ArrayOutOfBoundException when reading RLE8 compressed bitmap Root Cause . The issue is similar to JDK-8167278 except for the difference in the Bitmap's compression format. . The issue surfac