Re: [OpenJDK 2D-Dev] [9] RFR JDK-8025439: [TEST BUG] [macosx] PrintServiceLookup.lookupPrintServices doesn't work properly since jdk8b105

2016-11-16 Thread Ajit Ghaisas
The test should not worry about linux/solaris future change. If there is any change, we will get to know with test failure.   Change is OK. Please update the year in banner & add this bug id in jtreg @bug tag before pushing.   Regards, Ajit   From: Prasanta Sadhukhan Sent: Wednesday, Nov

Re: [OpenJDK 2D-Dev] [9] RFR JDK-8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE

2016-11-16 Thread Brian Burkhalter
Hi Jay, Thanks for investigating this. I add that TIFFImageMetadata.addShortOrLongField() should similarly be changed. Thanks, Brian On Nov 15, 2016, at 10:12 PM, Jayathirth D V wrote: > Present change of having long value as second argument is fine because we > support usage of TIFFTag.TIF

Re: [OpenJDK 2D-Dev] RFR: 8169202: [macos] Font substitution does not work for supplementary characters

2016-11-16 Thread Sergey Bylokhov
On 10.11.16 19:11, Philip Race wrote: Anyway based on the report that you've used this for months in production I can give this a "+1" Sergey already reviewed too. Who is going to push this ? I'll push it today. -phil. On 11/10/16, 7:58 AM, Dmitry Batrak wrote: Updated webrev (removed wild

Re: [OpenJDK 2D-Dev] [9] RFR JDK-8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE

2016-11-16 Thread Brian Burkhalter
Here’s an updated version of the proposed changes. Thanks, Brian --- a/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageMetadata.java +++ b/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageMetadata.java @@ -87,7 +87,7 @@ rootIFD.initialize(strea

Re: [OpenJDK 2D-Dev] [9] RFR JDK-8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE

2016-11-16 Thread Jayathirth D V
Hi Brain, Changes are fine. Thanks, Jay From: Brian Burkhalter Sent: Thursday, November 17, 2016 1:53 AM To: 2d-dev Subject: Re: [OpenJDK 2D-Dev] [9] RFR JDK-8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE Here's an update