Re: [OpenJDK 2D-Dev] [10] RFR JDK-8177455: TIFFCompressor has a reference to non-existent method

2017-10-27 Thread Brian Burkhalter
Hi Jay, Looks fine. Thanks, Brian On Oct 27, 2017, at 1:30 AM, Jayathirth D V wrote: > Bug : https://bugs.openjdk.java.net/browse/JDK-8177455 > Webrev :http://cr.openjdk.java.net/~jdv/8177455/webrev.00/

Re: [OpenJDK 2D-Dev] [10] RFR: JDK-8188083- NPE in java.awt.image.FilteredImageSource.startProduction

2017-10-27 Thread Prahalad Kumar Narayanan
Hello Sergey Thank you for your time in review & suggestion on test-code. My test code was similar to yours except that it used an ExecutorService & queued Runnable objects on them. The runnable would execute . Either add and remove of ImageConsumer on FilteredImageSource . Or Invoke

[OpenJDK 2D-Dev] [10] RFR JDK-8177455: TIFFCompressor has a reference to non-existent method

2017-10-27 Thread Jayathirth D V
Hello All, Please review the following fix in JDK10 : Bug : https://bugs.openjdk.java.net/browse/JDK-8177455 Webrev : http://cr.openjdk.java.net/~jdv/8177455/webrev.00/ Issue : TIFFCompressor constructor comment section has reference to TIFFImageWriteParam.setTIFFCompressor() which