Re: [OpenJDK 2D-Dev] [11] RFR JDK-8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size

2018-01-25 Thread Prahalad Kumar Narayanan
Hello Jay The changes look good. Thanks Have a good day Prahalad N. -Original Message- From: Jayathirth D V Sent: Thursday, January 25, 2018 7:32 PM To: Prahalad Kumar Narayanan; Sergey Bylokhov; 2d-dev Subject: RE: [OpenJDK 2D-Dev] [11] RFR JDK-8191023: PngReader throws

Re: [OpenJDK 2D-Dev] bug 8146238 - Java Queue Flusher on MacOS

2018-01-25 Thread Bill York
Thanks for the update. We have numerous JDK8 users experiencing this crash. Is JDK11 the only possible resolution? Does anyone know of a work-around? Thanks again, Bill On 1/25/18, 5:48 PM, "Sergey Bylokhov" wrote: FYI: Review for those fix was not

Re: [OpenJDK 2D-Dev] [11] RFR JDK-8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size

2018-01-25 Thread Sergey Bylokhov
Looks fine. On 25/01/2018 06:02, Jayathirth D V wrote: Hi Sergey & Prahalad, Thanks for your inputs. Please find updated webrev for review: http://cr.openjdk.java.net/~jdv/8191023/webrev.02/ Regards, Jay -Original Message- From: Prahalad Kumar Narayanan Sent: Thursday, January 25,

Re: [OpenJDK 2D-Dev] bug 8146238 - Java Queue Flusher on MacOS

2018-01-25 Thread Sergey Bylokhov
FYI: Review for those fix was not completed: http://mail.openjdk.java.net/pipermail/2d-dev/2015-December/006130.html On 25/01/2018 13:31, Bill York wrote: Could someone let me know if there are plans to fix this bug? 1. In the OpenJDK code base? 2. In the Oracle JDK? The next release where

Re: [OpenJDK 2D-Dev] bug 8146238 - Java Queue Flusher on MacOS

2018-01-25 Thread Philip Race
There was a reply to the proposal when it was submitted : http://mail.openjdk.java.net/pipermail/2d-dev/2015-December/006130.html suggesting a different approach, but there was no follow-up. So I don't really know what the current status is .. and that was a long time ago. -phil. On 1/25/18,

[OpenJDK 2D-Dev] bug 8146238 - Java Queue Flusher on MacOS

2018-01-25 Thread Bill York
Hello 2D dev team! I’m looking for help with the bug captured as 8146238. Our customers use Java 8 and on the Mac and this bug is creating a lot of trouble for them. It appears there is a fix proposed:

Re: [OpenJDK 2D-Dev] [11] RFR JDK-8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size

2018-01-25 Thread Jayathirth D V
Hi Sergey & Prahalad, Thanks for your inputs. Please find updated webrev for review: http://cr.openjdk.java.net/~jdv/8191023/webrev.02/ Regards, Jay -Original Message- From: Prahalad Kumar Narayanan Sent: Thursday, January 25, 2018 3:23 PM To: Sergey Bylokhov; Jayathirth D V; 2d-dev

Re: [OpenJDK 2D-Dev] [11] RFR JDK-8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size

2018-01-25 Thread Prahalad Kumar Narayanan
Hello Jay Kindly ignore the point mentioned below with ( >) when you follow-up. Lines 431 and 671 in webrev.01 are correct and we needn't change subtraction value. > Correction to the subtraction value from -2 to -1 in the following lines > 431 int compressedProfileLength =