anthony [Tue, 18 May 2010 19:35:41 +0400] rev 5471
6953275: Many Swing tests are failing because of a GTK lib
Reviewed-by: art, dcherepanov
lana [Tue, 11 May 2010 16:35:36 -0700] rev 5470
Merge
martin [Sun, 09 May 2010 16:37:06 -0700] rev 5469
6937842: Unreadable \uXXXX in javadoc
Summary: Replace \uXXXX by \u005CXXXX, or simply delete
Reviewed-by: sherman
martin [Sun, 09 May 2010 16:03:13 -0700] rev 5468
6937857: Concurrent calls to new Random() not random enough
Summary: seed uniquifier should use an independent PRNG
Reviewed-by: dl
martin [Sun, 09 May 2010 00:59:49 -0700] rev 5467
6950540: PriorityQueue(collection) should throw NPE if collection contains a null
Summary: Rewrite PriorityQueue constructors for best performance and error handling
Reviewed-by: dholmes, chegar
martin [Sun, 09 May 2010 00:59:30 -0700] rev 5466
6933217: Huge arrays handled poorly in core libraries
Summary: Write overflow-conscious array resizing code
Reviewed-by: chegar
chegar [Fri, 07 May 2010 16:11:13 +0100] rev 5465
6946673: DatagramSocket.connect() documentation contradicts the implementation
Reviewed-by: alanb
chegar [Fri, 07 May 2010 10:11:37 +0100] rev 5464
6947917: Error in basic authentication when user name and password are long
Reviewed-by: weijun