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.
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,
Ren
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.
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);
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, H
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
Hi, Phil.
The fix looks good.