Re: [OpenJDK 2D-Dev] [9] RFR: JDK-8039412, , Stack overflow on Linux using DialogTypeSelection.NATIVE

2015-11-17 Thread Rajeev Chamyal
The fix looks good to me.   Regards, Rajeev Chamyal Subject: Re: [9] RFR: JDK-8039412,,Stack overflow on Linux using DialogTypeSelection.NATIVE Date: Mon, 16 Nov 2015 12:42:06 -0800 From: Phil Race HYPERLINK "mailto:philip.r...@oracle.com; To: prasanta

Re: [OpenJDK 2D-Dev] Review Request: Small tweak in the DrawImage.java

2015-11-17 Thread Sergey Bylokhov
Bug filed: 8143150: DrawImagePipe can skip some unnecessary blits https://bugs.openjdk.java.net/browse/JDK-8143150 On 13.11.15 23:43, Jim Graham wrote: Looks good! ...jim On 11/13/2015 12:12 PM, Sergey Bylokhov wrote: On 13.11.15 1:50, Jim Graham wrote: I can add a comment that

Re: [OpenJDK 2D-Dev] Review request for JDK-6967419 : IndexOutOfBoundsException when drawing PNGs

2015-11-17 Thread Jayathirth D V
Hi Phil, Thanks for pointing to JDK-8041746 . My observations: I think with Andrew's test case we are able to identify the problem submitter might have faced in JDK-6967419 . By deliberately throwing exception at count 3L we are trying to reproduce scenario of possible IOException

[OpenJDK 2D-Dev] RFR: 8143177: Integrate harfbuzz opentype layout engine per JEP 258

2015-11-17 Thread Philip Race
Webrev : http://cr.openjdk.java.net/~prr/8143177/ Bug : https://bugs.openjdk.java.net/browse/JDK-8143177 This webrev contains the changes accumulated in the harfbuzz project forest that migrate JDK from using ICU for opentype font layout to harfbuzz for the same. The change does not introduce