Re: RFR v6 - 8027634: Support @argfiles for java command-line tool

2015-08-21 Thread Mandy Chung
> On Aug 21, 2015, at 3:46 PM, Henry Jen wrote: > > v7 is up, changes are > > - Add formfeed character(\u000c) as while space character > - Support escape \f for formfeed character in quote > - Update java help output to include @ and -Xdisable-@files > > http://cr.openjdk.java.net/~henryjen/j

Where is Tristan

2015-08-21 Thread Tristan Yan
I will be OOO from Aug 24th to Sept 7th. I will be checking Email intermittently but I won't be online. Drop me a mail if you need something from me. Tristan

Re: RFR 8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager

2015-08-21 Thread Joseph D. Darcy
Belatedly, the http://cr.openjdk.java.net/~jfranck/8073056/webrev.02/ webrev looks fine other than a missing space in a line of AnnotationSuport.java: 208 }catch (Throwable t) { // from InvocationHandler::invoke Thanks, -Joe On 3/28/2015 3:24 AM, Joel Borggrén-Fra

Re: RFR v6 - 8027634: Support @argfiles for java command-line tool

2015-08-21 Thread Henry Jen
v7 is up, changes are - Add formfeed character(\u000c) as while space character - Support escape \f for formfeed character in quote - Update java help output to include @ and -Xdisable-@files http://cr.openjdk.java.net/~henryjen/jdk9/8027634/v7/webrev/ Cheers, Henry > On Aug 18, 2015, at 11:00

Re: RFR 8133939: javadoc clarification for java.sql.Date.toLocalDate()

2015-08-21 Thread huizhe wang
Looks good, Lance. Best, Joe On 8/21/2015 5:48 AM, Lance Andersen wrote: Hi, Here is a minor javadoc update for java.sql.Date.toLocalDate(). The ccc has been approved. Best Lance hg diff Date.java diff -r 562b349a85da src/java.sql/share/classes/java/sql/Date.java --- a/src/java.sql/share

RFR 8133939: javadoc clarification for java.sql.Date.toLocalDate()

2015-08-21 Thread Lance Andersen
Hi, Here is a minor javadoc update for java.sql.Date.toLocalDate(). The ccc has been approved. Best Lance hg diff Date.java diff -r 562b349a85da src/java.sql/share/classes/java/sql/Date.java --- a/src/java.sql/share/classes/java/sql/Date.java Tue Aug 18 20:30:15 2015 -0700 +++ b/src/jav

RFR 8133939: javadoc clarification for java.sql.Date.toLocalDate()

2015-08-21 Thread Lance Andersen
Hi, Here is a minor javadoc update for java.sql.Date.toLocalDate(). The ccc has been approved. Best Lance hg diff Date.java diff -r 562b349a85da src/java.sql/share/classes/java/sql/Date.java --- a/src/java.sql/share/classes/java/sql/Date.java Tue Aug 18 20:30:15 2015 -0700 +++ b/src/jav

Re: [9] Review request JDK-8131667: JAX-WS Plugability Layer: using java.util.ServiceLoader

2015-08-21 Thread Miroslav Kos
Hi Alan, yes, I know the error/exception handling is really bad here - it isn't anywhere defined properly. In addition, although the code in JAX-B / JAX-WS / SAAJ was most probably "developed" using cut&paste, it isn't very consistent. I tried to improve it a little bit, but I am not sure how