[OpenJDK 2D-Dev] Review Request: JDK-8000406 - change files using @GenerateNativeHeader to use @Native

2013-04-01 Thread Dan Xu
Hi All, In this fix, I have updated files in JDK libraries to use @Native annotation instead of @GenerateNativeHeader to mark classes that contain no native methods but constants used by native codes. @GenerateNativeHeader was added earlier in the development for JDK8."This has proved probl

Re: [OpenJDK 2D-Dev] sun.java2D.pisces big memory usage (waste ?)

2013-04-01 Thread Laurent Bourgès
Andra & Jim, Here is the current status of my patch alpha version: http://jmmc.fr/~bourgesl/share/java2d-pisces/ There is still a lot to be done: clean-up, stats, pisces class instance recycling (renderer, stroker ...) and of course sizing correctly initial arrays (dirty or clean) in the Renderer

Re: [OpenJDK 2D-Dev] sun.java2D.pisces big memory usage & Dasher clipping problem

2013-04-01 Thread Jim Graham
On 3/30/2013 5:25 AM, Laurent Bourgès wrote: I would like first try / do simple things: skip segments totally out of the clipping + margin (10%) to avoid the dasher create millions of invisible segments. it seams simple but check each segment could become a performance bottleneck too ! Two