Re: [OpenJDK 2D-Dev] sun.java2D.Pisces renderer Performance and Memory enhancements

2013-05-07 Thread Jim Graham
This is amazing work, Laurent! I'll look over the code changes soon. Note that the "2 edge arrays" issue goes away if we can use native methods and C structs. It may be faster still in that case... ...jim On 5/6/13 6:43 AM, Laurent Bourgès wrote: Jim, Andrea & java2d

Re: [OpenJDK 2D-Dev] JDK-8013810: UnixPrintServiceLookup not returning consistent values

2013-05-07 Thread Phil Race
I am assuming this current webrev replaced the previous one:- http://reinharts.dyndns.org/webrev/ getNamedPrinterNameSysV() and getNamedPrinterNameBSD() should not be changed as they should always create a UnixPrintService and so can do this directly. You are subverting the code in there to fi

Re: [OpenJDK 2D-Dev] YourKit Java Profiler Open Source License Request

2013-05-07 Thread Jaroslav Bachorík
Hi Laurent, what is exactly the problem with the NB Profiler's overhead. With sensible settings in the instrumented mode it's pretty ok and when you use the sampled mode it's on par with any other sample based profiler (eg. Yourkit with default settings). If you need help with tuning the NB Pro

[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog.

2013-05-07 Thread jennifer . godinez
Changeset: 23f7ff502a89 Author:jgodinez Date: 2013-05-07 09:32 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/23f7ff502a89 8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog. Reviewed-by: bae, prr ! src/macosx/classes/sun/lwawt/macosx/CP

[OpenJDK 2D-Dev] JDK-8013810: UnixPrintServiceLookup not returning consistent values

2013-05-07 Thread Patrick Reinhart
Hi Jennifer, I have changed the test to not use non internal packages now that produces the same results for my case now. Now I still waiting for the feedback of Phil to get that fixed correctly.. Best regards Patirck Quoting Jennifer Godinez : Yes I have and dicussed with Phil. It looks

Re: [OpenJDK 2D-Dev] YourKit Java Profiler Open Source License Request

2013-05-07 Thread Andrew Haley
On 05/07/2013 09:44 AM, Laurent Bourgès wrote: > I confirm oprofile (0.96 on my fedora 14) works just fine (see below). > > Do you recommend me to use the latest (git) version ? 0.96 is quite old > (2011) Only if the version you're using doesn't work. > Could you explain me a bit how to get sam

Re: [OpenJDK 2D-Dev] YourKit Java Profiler Open Source License Request

2013-05-07 Thread Laurent Bourgès
Andrew, I confirm oprofile (0.96 on my fedora 14) works just fine (see below). Do you recommend me to use the latest (git) version ? 0.96 is quite old (2011) Could you explain me a bit how to get sample counts corresponding to the complete benchmark (few minutes long) ? should I use the event ar

Re: [OpenJDK 2D-Dev] YourKit Java Profiler Open Source License Request

2013-05-07 Thread Laurent Bourgès
Jaroslav, I like very much netbeans profiler and I use it since I adopted netbeans 6. Recently (7.3) it happens sometimes that the socket connexion is lost with the profiled application. In pisces context, I use the bootstrap prepend option to inject my patched classes into the openjdk jvm. Then