Re: [OpenJDK 2D-Dev] Review request for JDK-8066904: NullPointerExcpetion when calling ImageIO.read() with corrupt BMP

2015-10-05 Thread Jayathirth D v
Hi Sergey, Thanks for review. Hello All, I need one more review for this patch. Please review. Thanks, Jay On 10/5/2015 7:01 PM, Sergey Bylokhov wrote: Hi, Jay. The fix looks fine to me. On 05.10.15 13:17, Jayathirth D v wrote: Hello All, _Please review following fix in jdk9:_ _Bug:_

Re: [OpenJDK 2D-Dev] RFR: 8138817: JNI warnings loading fonts on MacOSX

2015-10-05 Thread Sergey Bylokhov
Looks fine On 02.10.15 23:43, Philip Race wrote: Fix some JNI warnings. http://cr.openjdk.java.net/~prr/8138817/ https://bugs.openjdk.java.net/browse/JDK-8138817 -phil. -- Best regards, Sergey.

[OpenJDK 2D-Dev] Review request for JDK-8066904: NullPointerExcpetion when calling ImageIO.read() with corrupt BMP

2015-10-05 Thread Jayathirth D v
Hello All, _Please review following fix in jdk9:_ _Bug:_ https://bugs.openjdk.java.net/browse/JDK-8066904/ _Webrev:_ http://cr.openjdk.java.net/~rchamyal/jay/8066904/webrev.00/ _Bug:_ NullPointerException when calling

Re: [OpenJDK 2D-Dev] Review request for JDK-8066904: NullPointerExcpetion when calling ImageIO.read() with corrupt BMP

2015-10-05 Thread Sergey Bylokhov
Hi, Jay. The fix looks fine to me. On 05.10.15 13:17, Jayathirth D v wrote: Hello All, _Please review following fix in jdk9:_ _Bug:_ https://bugs.openjdk.java.net/browse/JDK-8066904/ _Webrev:_

[OpenJDK 2D-Dev] [9] Review request for 8137571 Linux HiDPI Graphics support

2015-10-05 Thread Alexander Scherbatiy
Hello, Could you review the fix: bug: https://bugs.openjdk.java.net/browse/JDK-8137571 webrev: http://cr.openjdk.java.net/~alexsch/8137571/webrev.00 This is an initial part of the HiDPI Graphics support on Linux for the JEP 263: HiDPI Graphics on Windows and Linux

Re: [OpenJDK 2D-Dev] Question: Area changes order of points

2015-10-05 Thread Sergey Bylokhov
Hello, I think this question is related to java2d, correct alias cc. On 24.09.15 12:53, Hruda, Steve wrote: I use the java.awt.geom.Area class to clip a shape. Today I noticed that new Area(Shape) changes the orientation of the shape, so that I get the points of the Area counter-clockwise in