How can I get all emails from this mailing list

2011-03-02 Thread Charles Lee
Hi guys, I have noticed AsynchronousDatagramChannel has been removed. I am curious about this. So It comes to me that I can not find such topic in the mailing list. I know the archive is http://mail.openjdk.java.net/pipermail/jdk7-dev/, but there is no search function there. Does anyone has

Re: How can I get all emails from this mailing list

2011-03-02 Thread David Holmes
Charles Lee said the following on 03/02/11 18:32: I have noticed AsynchronousDatagramChannel has been removed. I am curious about this. So It comes to me that I can not find such topic in the mailing list. I know the archive is http://mail.openjdk.java.net/pipermail/jdk7-dev/, Try:

Re: How can I get all emails from this mailing list

2011-03-02 Thread Alan Eliasen
On 03/02/2011 01:46 AM, David Holmes wrote: You can try something like this on google: site:mail.openjdk.java.net core-libs-dev AsynchronousDatagramChannel there are probably better ways. That won't work because the pages are marked META NAME=robots CONTENT=noindex,follow so nobody

Re: How can I get all emails from this mailing list

2011-03-02 Thread Alan Bateman
Charles Lee wrote: Hi guys, I have noticed AsynchronousDatagramChannel has been removed. I am curious about this. So It comes to me that I can not find such topic in the mailing list. I know the archive is http://mail.openjdk.java.net/pipermail/jdk7-dev/, but there is no search function

Re: How can I get all emails from this mailing list

2011-03-02 Thread Charles Lee
On 03/02/2011 05:03 PM, Alan Bateman wrote: Charles Lee wrote: Hi guys, I have noticed AsynchronousDatagramChannel has been removed. I am curious about this. So It comes to me that I can not find such topic in the mailing list. I know the archive is

Re: How can I get all emails from this mailing list

2011-03-02 Thread David Holmes
Alan, Alan Eliasen said the following on 03/02/11 19:02: On 03/02/2011 01:46 AM, David Holmes wrote: You can try something like this on google: site:mail.openjdk.java.net core-libs-dev AsynchronousDatagramChannel there are probably better ways. That won't work because the pages are

hg: jdk7/tl/langtools: 6541876: Enclosing Instance error new in 1.6

2011-03-02 Thread maurizio . cimadamore
Changeset: 02b699d97a55 Author:mcimadamore Date: 2011-03-02 10:56 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/02b699d97a55 6541876: Enclosing Instance error new in 1.6 Summary: unqualified 'this' should not be selected in a qualified super() call in a default

7021987: native2ascii file cannot be read error message is broken

2011-03-02 Thread Alan Bateman
I need a reviewer for a small regression in the native2ascii tool whereby its error messages aren't as expected. Early in the jdk7 this code appears to have been changed to address a non-varargs call of varargs method warning in a usage of MessgaeFormat.format. A cast was added to cast a

Re: 7021987: native2ascii file cannot be read error message is broken

2011-03-02 Thread Lance Andersen - Oracle
looks fine Alan On Mar 2, 2011, at 10:12 AM, Alan Bateman wrote: I need a reviewer for a small regression in the native2ascii tool whereby its error messages aren't as expected. Early in the jdk7 this code appears to have been changed to address a non-varargs call of varargs method warning

Re: 7021987: native2ascii file cannot be read error message is broken

2011-03-02 Thread Mandy Chung
Thumbs up. Mandy On 3/2/11 7:12 AM, Alan Bateman wrote: I need a reviewer for a small regression in the native2ascii tool whereby its error messages aren't as expected. Early in the jdk7 this code appears to have been changed to address a non-varargs call of varargs method warning in a

hg: jdk7/tl/jdk: 7021987: native2ascii file cannot be read error message is broken

2011-03-02 Thread alan . bateman
Changeset: 895687e879ca Author:alanb Date: 2011-03-02 16:56 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/895687e879ca 7021987: native2ascii file cannot be read error message is broken Reviewed-by: lancea, mchung ! src/share/classes/sun/tools/native2ascii/Main.java !

Need reviewers: Update of jaxp 1.4.5 source drop bundle

2011-03-02 Thread Kelly O'Hair
Need reviewer for change in jaxp source drop bundle 7023289: jaxp 1.4.5 development jdk7 2nd integration http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-jaxp-145dev1/webrev/ Joe or someone from the JAXP team may want to comment on the specific changes in this new source bundle. -kto

Re: Need reviewers: Update of jaxp 1.4.5 source drop bundle

2011-03-02 Thread Alan Bateman
Kelly O'Hair wrote: Need reviewer for change in jaxp source drop bundle 7023289: jaxp 1.4.5 development jdk7 2nd integration http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-jaxp-145dev1/webrev/ Joe or someone from the JAXP team may want to comment on the specific changes in this new source

hg: jdk7/tl/langtools: 6986895: compiler gives misleading message for no input files

2011-03-02 Thread jonathan . gibbons
Changeset: 2a5c919f20b8 Author:jjg Date: 2011-03-02 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2a5c919f20b8 6986895: compiler gives misleading message for no input files Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java !

Problem running webrev on linux

2011-03-02 Thread Rama Pulavarthi
Hi, I am having problems running webrev on Ubuntu 10.04.It is stuck while generating the framed_sdiff. The function relative_dir seems to get wrong input as d1, d2 does not have a common root as logged below and even the check in the function to find it fails and is stuck in loop. I updated gawk

Re: Need reviewers: Update of jaxp 1.4.5 source drop bundle

2011-03-02 Thread Joe Wang
Kelly, Thanks for the quick action! So I may even have time to handle any regressions before my vacation :) I double-checked both paths, and also the checksum. They are all good to me. Thanks, Joe On 3/2/2011 11:38 AM, Kelly O'Hair wrote: Need reviewer for change in jaxp source drop

Re: Need reviewers: Update of jaxp 1.4.5 source drop bundle

2011-03-02 Thread Dr Andrew John Hughes
On 2 March 2011 19:48, Alan Bateman alan.bate...@oracle.com wrote: Kelly O'Hair wrote: Need reviewer for change in jaxp source drop bundle 7023289: jaxp 1.4.5 development jdk7 2nd integration http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-jaxp-145dev1/webrev/ Joe or someone from the

hg: jdk7/tl/langtools: 6986892: confusing warning given after errors in annotation processing

2011-03-02 Thread jonathan . gibbons
Changeset: 3085d0089546 Author:jjg Date: 2011-03-02 21:06 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/3085d0089546 6986892: confusing warning given after errors in annotation processing Reviewed-by: darcy !

hg: jdk7/tl/langtools: 6639645: Modeling type implementing missing interfaces

2011-03-02 Thread jonathan . gibbons
Changeset: 4baab658f357 Author:jjg Date: 2011-03-02 21:13 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4baab658f357 6639645: Modeling type implementing missing interfaces Reviewed-by: darcy, mcimadamore ! src/share/classes/com/sun/tools/javac/code/Flags.java !