Re: [OpenJDK 2D-Dev] What is the point of CloseTTFontFileFunc?

2015-04-27 Thread Martin Buchholz
Hi font folk, I just discovered this thread. At Google, we've been going down the same road. We had the same crash in jdk7, but we had thought that the changes in jdk8 had fixed it: changeset: 8197:31b8d4931a09 user:prr date:2013-09-27 13:06 -0700 8020190: Fatal: Bug in native

Re: [OpenJDK 2D-Dev] [OpenJDK Rasterizer] Path2d needRoom very slow for huge paths

2015-04-27 Thread Jim Graham
Change something something blah blah blah? Phil may know better, but I believe that the original acronym that gave it its letters wasn't very accurate so they kept the CCC name and backed off from considering it to be an acronym, providing some back-filled words on occasion to those who ask.

Re: [OpenJDK 2D-Dev] [OpenJDK Rasterizer] Path2d needRoom very slow for huge paths

2015-04-27 Thread Laurent Bourgès
Jim, Thanks for giving news ! > Yes, I'm working on getting it pushed to 9-dev and then getting backport approval to 8u60, but I've been foiled by not having updated my JDK build environment for a few months and am almost there. Meanwhile we have submitted the trim() method for CCC approval and h

Re: [OpenJDK 2D-Dev] [OpenJDK Rasterizer] Path2d needRoom very slow for huge paths

2015-04-27 Thread Jim Graham
Hi Laurent, Yes, I'm working on getting it pushed to 9-dev and then getting backport approval to 8u60, but I've been foiled by not having updated my JDK build environment for a few months and am almost there. Meanwhile we have submitted the trim() method for CCC approval and hopefully that w

Re: [OpenJDK 2D-Dev] [OpenJDK Rasterizer] Path2d needRoom very slow for huge paths

2015-04-27 Thread Laurent Bourgès
Jim & Phil, Are you ok with the latest webrev? Laurent Le 23 avr. 2015 16:25, "Laurent Bourgès" a écrit : > Jim, > > Here is an updated webrev: > http://cr.openjdk.java.net/~lbourges/path2D/Path2D_needRoom.3/ > > The same copyOf() change would apply to the method that grows the types >> array.

[OpenJDK 2D-Dev] RFR 8078654: CloseTTFontFileFunc callback should be removed

2015-04-27 Thread Andrew Dinn
Please review this proposed patch to remove a redundant callback in the truetype native scaler code. The urgency for this removal comes from the fact that the callback occasionally falls foul of a race condition which leads to an NPE: http://cr.openjdk.java.net/~adinn/8078654/webrev.00/ The pro