Re: [OpenJDK 2D-Dev] [9] Review Request: 8140266 Performance loss between jdk8 and jdk9 on Maskfill

2016-12-26 Thread Erik Joelsson
Thanks, looks good. /Erik On 2016-12-26 16:06, Sergey Bylokhov wrote: If there are no objections I’ll push this version: http://cr.openjdk.java.net/~serb/8140266/webrev.01/make/lib/Awt2dLibraries.gmk.sdiff.html

Re: [OpenJDK 2D-Dev] RFR: 8171845: The bold font doesn't change when switch "Dialog", "Serif" and "Monospaced".

2016-12-26 Thread Sergey Bylokhov
Looks fine. > > A JCK test uncovered a (repeated) typo in the solaris fontconfig file. > As a result these bold fonts all mapped to a fall back (Lucida Sans) > > Bug: https://bugs.openjdk.java.net/browse/JDK-8171845 > > The fix is "b" -> "bd" on 3 lines. > Patch: > diff --git a/make/data/fontco

Re: [OpenJDK 2D-Dev] [9] Review Request: 8140266 Performance loss between jdk8 and jdk9 on Maskfill

2016-12-26 Thread Sergey Bylokhov
If there are no objections I’ll push this version: http://cr.openjdk.java.net/~serb/8140266/webrev.01/make/lib/Awt2dLibraries.gmk.sdiff.html > > Build change looks ok, but I too think a comment explainin

Re: [OpenJDK 2D-Dev] Missing floating-point-precision method in font measuring API

2016-12-26 Thread Dmitry Batrak
Thanks for your response! Sorry about not mentioning it explicitly in the original email, but it was not about functionality gap - we can definitely achieve required behaviour using already existing API. It was about performance and simplicity of the code needed to achieve that. > You don't really