hg: jdk8/tl/jdk: 8021863: Stream.concat incorrectly calculates unsized state

2013-07-30 Thread paul . sandoz
Changeset: 76d88a752a03
Author:psandoz
Date:  2013-07-30 11:32 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/76d88a752a03

8021863: Stream.concat incorrectly calculates unsized state
Reviewed-by: chegar

! src/share/classes/java/util/stream/Streams.java
! 
test/java/util/stream/test/org/openjdk/tests/java/util/stream/ConcatOpTest.java



hg: jdk8/tl/jdk: 8020977: StringJoiner merges with itself not as expected

2013-07-30 Thread stuart . marks
Changeset: 09a77a1bdbc3
Author:henryjen
Date:  2013-07-30 15:47 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/09a77a1bdbc3

8020977: StringJoiner merges with itself not as expected
Reviewed-by: psandoz, chegar, mduigou, smarks

! src/share/classes/java/util/StringJoiner.java
! test/java/util/StringJoiner/MergeTest.java



hg: jdk8/tl/jdk: 8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing

2013-07-30 Thread xueming . shen
Changeset: 8bc1bbd5b659
Author:sherman
Date:  2013-07-30 14:43 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8bc1bbd5b659

8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing
Summary: Correct to use fixed locale, not locale of test environment
Reviewed-by: alanb, okutsu
Contributed-by: roger.ri...@oracle.com

! test/java/time/tck/java/time/format/TCKFormatStyle.java



Re: [8] Request for Review: 8021833: javadoc cleanup in java.net

2013-07-30 Thread Chris Hegarty

On 07/30/2013 05:26 AM, Joseph Darcy wrote:

Hi Jason,

Looks good; thanks,


+1, and thanks for doing this Jason.

-Chris.



-Joe

On 7/29/2013 4:03 PM, Jason Uh wrote:

Hi Joe,

Can I get a review of this changeset? This change converts  and
 tags to {@code ...} and also converts the package.html file to
package-info.java.

webrev: http://cr.openjdk.java.net/~juh/8021833/webrev.00/

Changes have been checked with specdiff.

Thanks,
Jason