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

2015-08-22 Thread Henry Jen
Kumar, Mandy, Thanks for reviewing. Cheers, Henry > On Aug 22, 2015, at 12:42 PM, Kumar Srinivasan > wrote: > > Henry, > > Looks good, and thank you for taking this on. > > Kumar > > On 8/21/2015 3:46 PM, Henry Jen wrote: >> v7 is up, changes are >> >> - Add formfeed character(\u000c) as

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

2015-08-22 Thread Kumar Srinivasan
Henry, Looks good, and thank you for taking this on. Kumar On 8/21/2015 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 ht

Re: [PATCH] Re: Custom spliterator for Collections.nCopies(n, obj).stream()

2015-08-22 Thread Tagir F. Valeev
Seems that the patch attachment was filtered out. Just for the case here it is: diff --git a/src/java.base/share/classes/java/util/Collections.java b/src/java.base/share/classes/java/util/Collections.java --- a/src/java.base/share/classes/java/util/Collections.java +++ b/src/java.base/share/class

[PATCH] Re: Custom spliterator for Collections.nCopies(n, obj).stream()

2015-08-22 Thread Tagir F. Valeev
Hello! PS> With reuse it becomes more compelling :-) In both cases of PS> singleton/nCopies the spliterator characteristics can be the same PS> and that of the already existing singleton spliterator implementation. The only difference is the DISTINCT characteristic. I think it's good to report it