Re: [OpenJDK 2D-Dev] RFR: 8059848 Test java/awt/GraphicsDevice/CloneConfigsTest.java causes JVM crash in OEL 7.0

2014-10-13 Thread Sergey Bylokhov
Hi, Phil. The fix looks good.

Re: [OpenJDK 2D-Dev] [9] Review request for 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON

2014-10-13 Thread Sergey Bylokhov
Hi, Phil. I guess that on osx defaults were changed to something more modern long time ago. Including all types of rendering. In jdk6 it was done in the graphics itself, but during macport the decision not to change SG2D was made, but use DesktopProperty instead. It demanded changes in Aqua

Re: [OpenJDK 2D-Dev] RFR: JDK-8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface

2014-10-13 Thread Hendrik Schreiber
Hey, I know it's only prio 4 in the database. But since Denis already found this good and it's a tiny fix, can someone with reviewer status please spend the 10 minutes and check this out? I (and real customers) would very much appreciate it! Thank you. -hendrik On Oct 1, 2014, at 17:03,

Re: [OpenJDK 2D-Dev] [9] Review request for 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON

2014-10-13 Thread Andrew Brygin
Hello Phil, please see my comments inline. On 10/13/2014 12:05 AM, Phil Race wrote: 373 fontHints.put(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); 374 fontHints.put(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HBGR);

[OpenJDK 2D-Dev] RFR: 8058969 : Test closed/sun/java2d/cmm/StubCMMShellTest.sh fails

2014-10-13 Thread Phil Race
https://bugs.openjdk.java.net/browse/JDK-8058969 http://cr.openjdk.java.net/~prr/8058969/ This is a missing doprivileged in code updated to support jigsaw -phil.

Re: [OpenJDK 2D-Dev] [9] Review request for 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON

2014-10-13 Thread Phil Race
On 10/13/2014 05:41 AM, Andrew Brygin wrote: Hello Phil, please see my comments inline. On 10/13/2014 12:05 AM, Phil Race wrote: 373 fontHints.put(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); 374 fontHints.put(RenderingHints.KEY_TEXT_ANTIALIASING,

Re: [OpenJDK 2D-Dev] RFR: 8058969 : Test closed/sun/java2d/cmm/StubCMMShellTest.sh fails

2014-10-13 Thread Andrew Brygin
Hello Phil, the fix looks fine to me. Thanks, Andrew On 10/14/2014 3:27 AM, Phil Race wrote: https://bugs.openjdk.java.net/browse/JDK-8058969 http://cr.openjdk.java.net/~prr/8058969/ This is a missing doprivileged in code updated to support jigsaw -phil.