hg: jdk8/tl/jdk: 7102704: test/java/net/DatagramSocket/ChangingAddress.java failing

2011-10-20 Thread chris . hegarty
Changeset: 634cd6f050ba Author:chegar Date: 2011-10-20 09:08 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/634cd6f050ba 7102704: test/java/net/DatagramSocket/ChangingAddress.java failing Reviewed-by: chegar Contributed-by: kurchi.subhra.ha...@oracle.com -

hg: jdk8/tl/jdk: 2 new changesets

2011-10-20 Thread michael . x . mcmahon
Changeset: 2d89c3f74aa5 Author:michaelm Date: 2011-10-20 09:21 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2d89c3f74aa5 7102665: Move tests to Problemlist Reviewed-by: chegar, alanb ! test/ProblemList.txt Changeset: 52c2dd336207 Author:michaelm Date: 2011-10-20

hg: jdk8/tl/jdk: 7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h

2011-10-20 Thread neil . richards
Changeset: c3da0672a882 Author:ngmr Date: 2011-10-13 12:30 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c3da0672a882 7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h Summary: Use POSIX defined includes for

Re: Request for review - change two include header files according to POSIX.1-2008

2011-10-20 Thread Neil Richards
On Thu, 2011-10-13 at 18:34 +0100, Chris Hegarty wrote: Neil, All builds complete with your patches (on top of the latest JDK8 TL repo) from : http://cr.openjdk.java.net/~ngmr/ojdk-243.1/webrev.01/ http://cr.openjdk.java.net/~ngmr/ojdk-243.2/webrev.00/ solaris_sparc_5.10-product

Re: Swing Dev Add LookFeel support for AIX platform

2011-10-20 Thread Neil Richards
On Tue, 2011-10-18 at 15:53 +0800, Sean Chou wrote: Hi all, This is a simple patch to add LookAndFeel support for AIX platform to help bring up GUI application. This is part of the series of AIX patches. -- Best Regards, Sean Chou For ease of review, I've uploaded

Request for review: [NEW BUG] Printer spoolers ignore result from spool process

2011-10-20 Thread Neil Richards
Hi all, Whilst trying to debug a printing problem, I noticed that the (Unix and PostScript) printer spoolers in Java do not check what the result is of trying to launch the OS print spooler command (often 'lpr' or 'lp'). As a result, if that exec'd command fails for any reason, that result (and

Re: Request for review: [NEW BUG] Printer spoolers ignore result from spool process

2011-10-20 Thread Alan Bateman
Neil Richards wrote: Hi all, Whilst trying to debug a printing problem, I noticed that the (Unix and PostScript) printer spoolers in Java do not check what the result is of trying to launch the OS print spooler command (often 'lpr' or 'lp'). As a result, if that exec'd command fails for any

Re: Request for review: [NEW BUG] Printer spoolers ignore result from spool process

2011-10-20 Thread Neil Richards
On Thu, 2011-10-20 at 11:40 -0700, Phil Race wrote: Neil, Can you please redirect this over to 2d-dev. Printing has nothing to do with core-libs. Its Java2D. Oops, sorry folks. I'll move my suggestion onto a 2d base and go hassle them with it. Thanks for the pointer. Regards, Neil --

Re: Request for review: [NEW BUG] Printer spoolers ignore result from spool process

2011-10-20 Thread Phil Race
Neil, Can you please redirect this over to 2d-dev. Printing has nothing to do with core-libs. Its Java2D. -phil. On 10/20/2011 11:15 AM, Neil Richards wrote: Hi all, Whilst trying to debug a printing problem, I noticed that the (Unix and PostScript) printer spoolers in Java do not check what

performance updates to jar and zip

2011-10-20 Thread Mike Skells
Hi All, I have some performance updates for the jar tool and for the Zip/Jar writing components, including some code to allow parallel writing of Jar and ZIP files (in java.util)  This work is not finished as yet but I am looking to see if anyone has any views as to the shape this should move

Re: performance updates to jar and zip

2011-10-20 Thread Xueming Shen
Hi Mike, It appears the patch failed to patch the ZipCoder for my JDK8 workspace (I did not look into details, guess the patch is against and old version, if you can just send me the updated ZipCoder file, I can add it into the workspace directly) I pull the rest change into a webrev at

Re: Request for review - change two include header files according to POSIX.1-2008

2011-10-20 Thread Charles Lee
On 10/20/2011 10:06 PM, Neil Richards wrote: On Thu, 2011-10-13 at 18:34 +0100, Chris Hegarty wrote: Neil, All builds complete with your patches (on top of the latest JDK8 TL repo) from : http://cr.openjdk.java.net/~ngmr/ojdk-243.1/webrev.01/