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

2015-04-23 Thread Laurent Bourgès
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. > Fixed. > I created https://bugs.openjdk.java.net/browse/JDK-8078464 for this part > of the fix... > Thanks, I added

Re: [OpenJDK 2D-Dev] Remove redundant package name in src/java.desktop/share/classes/sun/java2d/Disposer.java

2015-04-23 Thread Roger Riggs
Hi NingHua, This topic might be most appropriate for the [email protected] alias This email strips attachments so an inline patch might be the easiest way to propose the change. Roger On 4/23/2015 1:19 AM, [email protected] wrote: A. The problem to be resolve or feature to b

Re: [OpenJDK 2D-Dev] [9] Review request for 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON

2015-04-23 Thread Phil Race
Hi Andrew, 373 fontHints.put(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); Why do we need this ? Historically in the (non-OSX) code this would slow things down by making text rendering go via ductus rendering. If this really is a 'fontsHint' map, it seems it sh