hg: jdk8/tl: 7132204: Default testset in JPRT should not run all tests

2012-01-24 Thread alan . bateman
Changeset: 0f653ee93477 Author:alanb Date: 2012-01-24 09:08 + URL: http://hg.openjdk.java.net/jdk8/tl/rev/0f653ee93477 7132204: Default testset in JPRT should not run all tests Reviewed-by: ohair ! make/jprt.properties

hg: jdk8/tl/jdk: 7132204: Default testset in JPRT should not run all tests

2012-01-24 Thread alan . bateman
Changeset: 237319a01a9a Author:alanb Date: 2012-01-24 09:09 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/237319a01a9a 7132204: Default testset in JPRT should not run all tests Reviewed-by: ohair ! make/jprt.properties ! test/ProblemList.txt

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Chris Hegarty
I'm OK with this as it, but here are a few comments: The logic around the initial setting of the timeout seems a little unnecessary (and the additional pointer), but not wrong. The comments should also be updated. Given this problem should the build be setting USE_SELECT? -Chris. On

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Michael McMahon
On 24/01/12 10:23, Chris Hegarty wrote: I'm OK with this as it, but here are a few comments: The logic around the initial setting of the timeout seems a little unnecessary (and the additional pointer), but not wrong. Chris, The setting of the timeval could be combined ok, but I wanted to

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Chris Hegarty
Thanks the explanations. As I said, I'm fine with the change as is. -Chris. On 01/24/12 10:41 AM, Michael McMahon wrote: On 24/01/12 10:23, Chris Hegarty wrote: I'm OK with this as it, but here are a few comments: The logic around the initial setting of the timeout seems a little unnecessary

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Alan Bateman
On 23/01/2012 22:32, Michael McMahon wrote: No, I don't think so. fd_sets are bit masks and you have to specify the highest numbered bit in the mask (+1). Sorry, I wasn't thinking, it's nfds+1. In that case, I think the change is okay although having t, t1, and t1_p looks a bit messy. It

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Michael McMahon
On 24/01/12 10:46, Alan Bateman wrote: On 23/01/2012 22:32, Michael McMahon wrote: No, I don't think so. fd_sets are bit masks and you have to specify the highest numbered bit in the mask (+1). Sorry, I wasn't thinking, it's nfds+1. In that case, I think the change is okay although having t,

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Alan Bateman
On 24/01/2012 11:19, Michael McMahon wrote: Ok, I've updated the webrev to do the above and to adjust the comments http://cr.openjdk.java.net/~michaelm/7131399/webrev.2/ This looks much cleaner. I'd probably use tp = NULL myself but what you have is okay. -Alan

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Damjan Jovanovic
On Mon, Jan 23, 2012 at 7:09 PM, Michael McMahon michael.x.mcma...@oracle.com wrote: Can I get the following change reviewed please? http://cr.openjdk.java.net/~**michaelm/7131399/webrev.1/http://cr.openjdk.java.net/%7Emichaelm/7131399/webrev.1/ The problem is that poll(2) doesn't seem to

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Michael McMahon
On 24/01/12 11:27, Damjan Jovanovic wrote: On Mon, Jan 23, 2012 at 7:09 PM, Michael McMahon michael.x.mcma...@oracle.com mailto:michael.x.mcma...@oracle.com wrote: Can I get the following change reviewed please? http://cr.openjdk.java.net/~michaelm/7131399/webrev.1/

Re: RFR: 7131399: Poll system call appears to be broken on Mac OS [macosx]

2012-01-24 Thread Alan Bateman
On 24/01/2012 11:47, Michael McMahon wrote: Damjan, We can only deal with a finite number of file descriptors already in this file, although the actual value can be set as high as required through setrlimit(). getFdEntry() checks that the fd number is within the particular limits and all I/O

hg: jdk8/tl/langtools: 7129801: Merge the two method applicability routines

2012-01-24 Thread maurizio . cimadamore
Changeset: 51fb17abfc32 Author:mcimadamore Date: 2012-01-24 17:52 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/51fb17abfc32 7129801: Merge the two method applicability routines Summary: Resolve.java and Infer.java should reuse the same method applicability check

Re: Code review request [JDK 8]: 7132248, sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing

2012-01-24 Thread Brad Wetmore
Looks good also... Brad On 1/23/2012 4:27 AM, Xuelei Fan wrote: Remove the serviceabilty-dev. Thanks for the quick code review. Xuelei On 1/23/2012 8:25 PM, Alan Bateman wrote: On 23/01/2012 12:21, Xuelei Fan wrote: Webrev: http://cr.openjdk.java.net/~xuelei/7132248/webrev.00/ In JDK

hg: jdk8/tl/langtools: 7129225: javac fails to run annotation processors when star import of package of gensrc

2012-01-24 Thread jim . holmlund
Changeset: d16b464e742c Author:jjh Date: 2012-01-24 16:31 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d16b464e742c 7129225: javac fails to run annotation processors when star import of package of gensrc Reviewed-by: jjg !