Hi Brian,
Thanks for your inputs. I have made changes mentioned by you and will check-in code with your changes. Please find updated webrev for reference: http://cr.openjdk.java.net/~jdv/8190997/webrev.03/ Thanks, Jay From: Brian Burkhalter Sent: Wednesday, December 20, 2017 12:59 AM To: Jayathirth D V Cc: Sergey Bylokhov; 2d-dev Subject: Re: [OpenJDK 2D-Dev] [10] RFR JDK-8190997: PNGImageReader throws NullPointerException when PLTE section is missing I concur but you might consider these changes to some verbiage: * PNGImageReader: L741 PNG specification -> "The PNG specification" L744 "PLTE chunk -> "the PLTE chunk" L749-750 message -> "Required PLTE chunk missing" * PngPLTEChunkMissingTest L64 Change message to match PNGImageReader lines 749-750. Thanks, Brian On Dec 18, 2017, at 11:03 PM, Sergey Bylokhov <HYPERLINK "mailto:sergey.bylok...@oracle.com"sergey.bylok...@oracle.com> wrote: The .02 version looks fine.