Re: [OpenJDK 2D-Dev] RFR: 8249821: Separate libharfbuzz from libfontmanager

2020-07-21 Thread Philip Race
Hi, I noticed the indent problems at 434 & 436 myself once I looked at it as a webrev, so I was already updating the fix with those but I've also fixed the rest you pointed out. I've uploaded a new webrev with all of these resolved :- http://cr.openjdk.java.net/~prr/8249821.1 -phil On

Re: [OpenJDK 2D-Dev] RFR: 8249821: Separate libharfbuzz from libfontmanager

2020-07-21 Thread Erik Joelsson
Hello Phil, This looks pretty good, only some style nits. Awt2dLibraries.gmk 428 and 466: These comments aren't relevant anymore now that harfbuzz is its own library. 434: Missed indent of 2 436: Too much indent (should be 2) 459-464: Too much indent 493-494: Too much indent /Erik On

[OpenJDK 2D-Dev] RFR: 8249821: Separate libharfbuzz from libfontmanager

2020-07-21 Thread Philip Race
Bug: https://bugs.openjdk.java.net/browse/JDK-8249821 Webrev: http://cr.openjdk.java.net/~prr/8249821/ This fix breaks out libharfbuzz from libfontmanager. As well as building I've done extensive testing on all platforms. I have tweaked the disabled warnings so we don't have un-needed