Re: [OpenJDK 2D-Dev] [8] Review request for 8007642: Media Names on Java Print Do Not Match the Printer's and Confuse Users

2013-04-17 Thread Anton Litvinov
Hello Jennifer, Thank you very much for the review of this fix. For reproduction of this bug and testing of the fix the printer PrimoPDF with its driver PrimoPDF was used. This printer is a virtual printer which generates PDF files as a result of printing jobs and which can be downloaded at

Re: [OpenJDK 2D-Dev] [8] Review request for 8007642: Media Names on Java Print Do Not Match the Printer's and Confuse Users

2013-04-17 Thread Jennifer Godinez
Thanks Anton. I will test your fix and let you know. Jennifer On 4/17/2013 5:53 AM, Anton Litvinov wrote: Hello Jennifer, Thank you very much for the review of this fix. For reproduction of this bug and testing of the fix the printer PrimoPDF with its driver PrimoPDF was used. This printer

Re: [OpenJDK 2D-Dev] Fix proposal for UnixPrintServiceLookup not returning consistent values

2013-04-17 Thread Patrick Reinhart
On Tue, 2013-04-16 at 14:15 +0200, Patrick Reinhart wrote: Here's the link to suggested fix: http://reinharts.dyndns.org/webrev/ Cheers Patrick

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

2013-04-17 Thread Richard Bair
Also, this is with the Java version, right? Yes, my patch is pure java given as webrev: http://jmmc.fr/~bourgesl/share/java2d-pisces/webrev-1/ We got a decent 2x speedup in FX by porting the version of Open Pisces that you started with to C code (all except on Linux where we

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

2013-04-17 Thread Phil Race
whereas on Windows / Mac it is client compiler (c1). For Mac we only have a 64 bit VM which SFAIK should be c2 as well, yet in that case native was presumably still faster. So its also a matter of factoring in how good the code is that is generated by the C compiler. -phil. On 4/17/2013 1:26

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

2013-04-17 Thread Clemens Eisserer
Hi Laurent, thanks for having some interest for my efforts ! As I got almost no feedback, I felt quite disappointed and was thinking that improving pisces was not important ... Glad to see work is ongoing to improve pisces's performance :) I had a look at the patch just to be curious (I

[OpenJDK 2D-Dev] hg: jdk8/2d/corba: 2 new changesets

2013-04-17 Thread lana . steuck
Changeset: 9583a6431596 Author:katleman Date: 2013-04-04 19:05 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/corba/rev/9583a6431596 Added tag jdk8-b84 for changeset 928f8b888deb ! .hgtags Changeset: 44a8ce4a759f Author:katleman Date: 2013-04-11 09:39 -0700 URL:

[OpenJDK 2D-Dev] hg: jdk8/2d/jaxp: 2 new changesets

2013-04-17 Thread lana . steuck
Changeset: 41b50e2c5ea3 Author:katleman Date: 2013-04-04 19:05 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/jaxp/rev/41b50e2c5ea3 Added tag jdk8-b84 for changeset f5f40094ffcc ! .hgtags Changeset: ca71ec37b2ef Author:katleman Date: 2013-04-11 09:40 -0700 URL:

[OpenJDK 2D-Dev] hg: jdk8/2d/nashorn: 31 new changesets

2013-04-17 Thread lana . steuck
Changeset: e0378f0a50da Author:katleman Date: 2013-04-04 19:05 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/nashorn/rev/e0378f0a50da Added tag jdk8-b84 for changeset 999cc1bf5520 ! .hgtags Changeset: aed0529f5f5d Author:katleman Date: 2013-04-11 09:40 -0700 URL:

[OpenJDK 2D-Dev] hg: jdk8/2d/langtools: 20 new changesets

2013-04-17 Thread lana . steuck
Changeset: 4a48f3173534 Author:katleman Date: 2013-04-04 19:05 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/langtools/rev/4a48f3173534 Added tag jdk8-b84 for changeset cfb65ca92082 ! .hgtags Changeset: 2c9acb17f41a Author:katleman Date: 2013-04-11 09:40 -0700 URL:

[OpenJDK 2D-Dev] hg: jdk8/2d: 21 new changesets

2013-04-17 Thread lana . steuck
Changeset: 15c1642967c9 Author:andrew Date: 2013-04-02 13:59 +0100 URL: http://hg.openjdk.java.net/jdk8/2d/rev/15c1642967c9 8009988: build-infra: Fix configure output for zip debuginfo check Summary: No output from zip debuginfo option when default is used. Reviewed-by: tbell !

[OpenJDK 2D-Dev] hg: jdk8/2d/hotspot: 81 new changesets

2013-04-17 Thread lana . steuck
Changeset: ac242ddfa319 Author:katleman Date: 2013-04-04 19:05 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/hotspot/rev/ac242ddfa319 Added tag jdk8-b84 for changeset af788b85010e ! .hgtags Changeset: d26674db4d91 Author:amurillo Date: 2013-03-28 19:13 -0700 URL:

[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 53 new changesets

2013-04-17 Thread lana . steuck
Changeset: b68094f8263f Author:erikj Date: 2013-03-28 09:36 +0100 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/b68094f8263f 8010908: Images target failes when configured with --disable-zip-debug-info Reviewed-by: tbell ! makefiles/Images.gmk Changeset: 9c76ea43d491 Author:

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

2013-04-17 Thread Laurent Bourgès
Hi clemens Le 17 avr. 2013 23:16, Clemens Eisserer linuxhi...@gmail.com a écrit : Hi Laurent, thanks for having some interest for my efforts ! As I got almost no feedback, I felt quite disappointed and was thinking that improving pisces was not important ... Glad to see work is ongoing to