Re: [OpenJDK 2D-Dev] Review request for 8069348 SunGraphics2D.copyArea() does not properly work for scaled graphics in D3D

2015-12-11 Thread Alexander Scherbatiy
Hello, Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8069348/webrev.03 On 28/11/15 02:43, Jim Graham wrote: Hi Alexandr, On 11/27/15 2:06 AM, Alexander Scherbatiy wrote: OSXOffscreenSD.java (and all *SD.java), line 481 - should we just make this part of the SD.copyA

Re: [OpenJDK 2D-Dev] RFR(S): 8145077: AIX: fix harfbuzz support

2015-12-11 Thread Volker Simonis
Hi Phil, thanks for the review! Maybe I was unclear, but Behdad already integrated the exact patch upstream: https://github.com/behdad/harfbuzz/commit/70b33edae7c8b9c031b83c95f00cb383789f1041 https://github.com/behdad/harfbuzz/commit/49e72634af74a9fbad01f42f48e104218413acc0 I'm not aware of any

Re: [OpenJDK 2D-Dev] RFR 6488522: PNG writer should permit setting compression level and iDAT chunk maximum size

2015-12-11 Thread Sergey Bylokhov
Only one thing remain which I would like to clarify. In the PNGImageWriter the new field deflaterLevel was added(it can be private?). This field is initialized by default to DEFAULT_COMPRESSION_LEVEL and updated according to the current params. Is it possible a situation if two images will use

Re: [OpenJDK 2D-Dev] RFR 6488522: PNG writer should permit setting compression level and iDAT chunk maximum size

2015-12-11 Thread Laurent Bourgès
Sergey, 2015-12-11 13:02 GMT+01:00 Sergey Bylokhov : > Only one thing remain which I would like to clarify. > > In the PNGImageWriter the new field deflaterLevel was added(it can be > private?). This field is initialized by default to > DEFAULT_COMPRESSION_LEVEL and updated according to the curre

Re: [OpenJDK 2D-Dev] RFR 6488522: PNG writer should permit setting compression level and iDAT chunk maximum size

2015-12-11 Thread Sergey Bylokhov
On 11/12/15 17:38, Laurent Bourgès wrote: I fixed that issue by resetting the compression level to the default value before using or not params. Probably it can be made local to the write method, but this version looks fine too. Here is an updated webrev: http://cr.openjdk.java.net/~lbourg

Re: [OpenJDK 2D-Dev] Question regarding the integration of harfbuzz (JEP 258)

2015-12-11 Thread Steven R. Loomis
AIX can use pthread, yes. I'll take a look at the patch. Thanks Volker for your reply. Enviado desde nuestro iPhone. > El dic 10, 2015, a las 6:55 AM, Behdad Esfahbod escribió: > > Slightly shuffled patch was committed upstream: > https://github.com/behdad/harfbuzz/commit/70b33edae7c8b9c03

Re: [OpenJDK 2D-Dev] Question regarding the integration of harfbuzz (JEP 258)

2015-12-11 Thread Steven R. Loomis
Yes I had the same trouble compiling harfbuzz. I'm close though. Enviado desde nuestro iPhone. > El dic 10, 2015, a las 8:12 AM, Volker Simonis > escribió: > > Behdad, > > you're really great!!! > > I've forked HarfBuzz today because I wanted to submit a pull request with the > change. Unf

Re: [OpenJDK 2D-Dev] Question regarding the integration of harfbuzz (JEP 258)

2015-12-11 Thread Volker Simonis
I hope you're using xlC to compile harfbuzz on AIX. Using the GNU tool chain wouldn't be fair :) We're also using xlC for compiling the OpenJDK so GCC is no option for us. Please let me know if you've succeeded and what you had to do. This would be especially interesting if there will exist some m

Re: [OpenJDK 2D-Dev] RFR 6488522: PNG writer should permit setting compression level and iDAT chunk maximum size

2015-12-11 Thread Laurent Bourgès
Sergey, >> I fixed that issue by resetting the compression level to the default >> value before using or not params. > > > Probably it can be made local to the write method, but this version looks fine too. You're right. I will improve that, I did it too quickly. Maybe I should also improve other

[OpenJDK 2D-Dev] RFR: 8144997: "IIOException: Field data is past end-of-stream" when calling TIFFImageReader.read()

2015-12-11 Thread Brian Burkhalter
Please review at your convenience. Issue: https://bugs.openjdk.java.net/browse/JDK-8144997 Patch: http://cr.openjdk.java.net/~bpb/8144997/webrev.00/ Summary: 1. lines 478-481: If the IFD entry has an unknown data type, skip the entry. 2. line 528: if the offset to the field’s value is out of t

Re: [OpenJDK 2D-Dev] RFR: 8144997: "IIOException: Field data is past end-of-stream" when calling TIFFImageReader.read()

2015-12-11 Thread Phil Race
+1. -phil. On 12/11/2015 02:45 PM, Brian Burkhalter wrote: Please review at your convenience. Issue: https://bugs.openjdk.java.net/browse/JDK-8144997 Patch: http://cr.openjdk.java.net/~bpb/8144997/webrev.00/ Summary: 1. lines 478-481: If the IFD entry has an unknown data type, skip the ent