[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 7058607: GIF parser bugs found via zzuf fuzzing

2013-10-14 Thread andrew . brygin
Changeset: cb9fa40f73f7 Author:bae Date: 2013-10-14 15:49 +0400 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/cb9fa40f73f7 7058607: GIF parser bugs found via zzuf fuzzing Reviewed-by: prr, vadim ! src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java

[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 7058611: JPG parser bugs found via zzuf fuzzing

2013-10-14 Thread andrew . brygin
Changeset: 478f7a9b3b12 Author:bae Date: 2013-10-14 16:00 +0400 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/478f7a9b3b12 7058611: JPG parser bugs found via zzuf fuzzing Reviewed-by: prr, vadim ! src/share/classes/com/sun/imageio/plugins/jpeg/MarkerSegment.java !

[OpenJDK 2D-Dev] RFR: 8023590: REGRESSION: large count of graphics artifacts with Java 8 on Windows 8 on Intel HD card.

2013-10-14 Thread Vadim Pakhnushev
Hi, Please review a fix for this issue: https://bugs.openjdk.java.net/browse/JDK-8023590 http://cr.openjdk.java.net/~vadim/8023590/webrev.00/ In JDK 8 b91 we enabled D3D pipeline on Intel HD Graphics chipsets https://bugs.openjdk.java.net/browse/JDK-8000936 After that we received a number of

[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 8022536: closed/javax/print/TextFlavorTest.java fails

2013-10-14 Thread jennifer . godinez
Changeset: b164c8eb1295 Author:jgodinez Date: 2013-10-14 09:15 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/b164c8eb1295 8022536: closed/javax/print/TextFlavorTest.java fails Reviewed-by: prr, jchen ! src/solaris/classes/sun/print/CUPSPrinter.java !

Re: [OpenJDK 2D-Dev] RFR: 8023590: REGRESSION: large count of graphics artifacts with Java 8 on Windows 8 on Intel HD card.

2013-10-14 Thread Andrew Brygin
Hello Vadim, the fix looks good. Thanks, Andrew On 10/14/2013 6:10 PM, Vadim Pakhnushev wrote: Hi, Please review a fix for this issue: https://bugs.openjdk.java.net/browse/JDK-8023590 http://cr.openjdk.java.net/~vadim/8023590/webrev.00/ In JDK 8 b91 we enabled D3D pipeline on Intel HD

Re: [OpenJDK 2D-Dev] RFR: 8023590: REGRESSION: large count of graphics artifacts with Java 8 on Windows 8 on Intel HD card.

2013-10-14 Thread Phil Race
Looks fine. Really the XP lines don't matter as JDK 8 doesn't officially support XP and we could simply mark all XP versions as an automatic fail but I think its fine to leave them in. -phil. On 10/14/2013 9:23 AM, Andrew Brygin wrote: Hello Vadim, the fix looks good. Thanks, Andrew On

Re: [OpenJDK 2D-Dev] AWT Dev [8] Review request for JDK-8025684 - Fix Raw and unchecked warnings java.awt.image classes

2013-10-14 Thread srikalyan chandrashekar
Hi Jim, Thanks for reviewing and apologies for the delayed response, I have made sure to set the properties type as String - Object but mostly the public constructor(OR) setter method enforces ?, ? where Object, Object being too loose is guaranteed to not break at runtime but String, Object is

Re: [OpenJDK 2D-Dev] getClip()/getClipBounds() bug fix (of 8004859) causes new bug

2013-10-14 Thread Jim Graham
There is a bug here because we should choose non-interfering sets of pixels for abutting shapes, like we do for rendered shapes (and clipping should use the same rules as non-AA rendered shapes). Adjacent shapes that share a common border will divide the pixels along that border between them