Re: [RFR 7u] 8218854: FontMetrics.getMaxAdvance may be less than the maximum FontMetrics.charWidth

2019-10-31 Thread Martin Balao
Hi Andrew, Now that we have 8017773 [1] in 7u, can I have a review for the 8218854 [2] 7u backport? As previously said [3], these are the reasons why 8u patch did not apply cleanly: * Copyright date in freetypeScaler.c * MaxAdvanceIsMax jtreg header to run on jdk7u (removed jdk.version.major)

hg: jdk7u/jdk7u/jdk: 8017773: OpenJDK7 returns incorrect TrueType font metrics

2019-10-31 Thread mbalao
Changeset: a48fd0b4f7b1 Author:ysuenaga Date: 2014-09-23 15:48 -0700 URL: https://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/a48fd0b4f7b1 8017773: OpenJDK7 returns incorrect TrueType font metrics Reviewed-by: prr, bae ! src/share/native/sun/font/freetypeScaler.c

Re: [RFR 7u] 8017773: OpenJDK7 returns incorrect TrueType font metrics

2019-10-31 Thread Andrew John Hughes
On 30/10/2019 17:53, Martin Balao wrote: > Hi Andrew, > > Now that we have 8214002 in 7u [1], do you approve the inclusion of > 8017773 in 7u? (8u patch for 8017773 [2] applies cleanly in 7u). I can > push if you approve. > > Thanks, > Martin.- > > -- > [1] - http://hg.openjdk.java.net/jdk7u/