psandoz [Tue, 04 Jun 2013 11:53:31 +0200] rev 17940
8015790: Remove duplicate spliterator tests
Reviewed-by: alanb, mduigou
bchristi [Tue, 04 Jun 2013 10:04:28 +0100] rev 17939
8005698: Handle Frequent HashMap Collisions with Balanced Trees
Summary: HashMap bins with many collisions store entries in balanced trees
Reviewed-by: alanb, dl, mduigou
sla [Tue, 04 Jun 2013 09:45:14 +0200] rev 17938
8015856: Remove java/lang/instrument/IsModifiableClassAgent.java from ProblemList.txt
Reviewed-by: dholmes
lana [Mon, 03 Jun 2013 16:09:43 -0700] rev 17937
Merge
ksrini [Mon, 03 Jun 2013 13:20:46 -0700] rev 17936
8015813: add test/tools/pack200/TimeStamp.java to ProblemsList
Reviewed-by: sherman
shade [Mon, 03 Jun 2013 22:09:20 +0400] rev 17935
8014966: Add the proper Javadoc to @Contended
Summary: more extensive description.
Reviewed-by: dholmes, mduigou, martin
psandoz [Mon, 03 Jun 2013 17:37:51 +0200] rev 17934
8014383: StringJoiner example in class description not in sync with streams API
Reviewed-by: alanb
emc [Mon, 03 Jun 2013 10:44:10 -0400] rev 17933
8014834: shell tests don't begin with #!/bin/sh
Summary: Some shell tests don't begin with the command interpreter line
Reviewed-by: alanb, ksrini
nloodin [Mon, 03 Jun 2013 16:13:44 +0200] rev 17932
6526682: JConsole shows negative CPU Usage
Reviewed-by: alanb, mchung
psandoz [Mon, 03 Jun 2013 10:45:11 +0200] rev 17931
8014731: j.u.stream.StreamSupport class has default constructor generated
Summary: This change set also fixes broken links
Reviewed-by: alanb, chegar
Contributed-by: Paul Sandoz <paul.sandoz@oracle.com>, Henry Jen <henry.jen@oracle.com>
psandoz [Mon, 03 Jun 2013 10:28:17 +0200] rev 17930
8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE
Reviewed-by: chegar
mduigou [Tue, 12 Feb 2013 17:04:09 -0800] rev 17929
8007398: Peformance improvements to Integer and Long string formatting.
Reviewed-by: mduigou, martin, darcy, briangoetz
Contributed-by: Steven Schlansker <stevenschlansker@gmail.com>, Mike Duigou <mike.duigou@oracle.com>
mduigou [Fri, 31 May 2013 17:31:40 -0700] rev 17928
Merge
mduigou [Fri, 31 May 2013 11:06:04 -0700] rev 17927
8015686: {Int|Long}SummaryStatistics toString() throws IllegalFormatConversionException
Reviewed-by: dholmes, alanb, psandoz
jzavgren [Fri, 31 May 2013 15:18:15 -0400] rev 17926
7188517: Check on '$' character is missing in the HttpCookie class constructor
Summary: Modified the constructor code so that the cookie names are examined for leading dollar signs and if they do, an illegal argument exception is thrown.
Reviewed-by: chegar, khazra, michaelm
Contributed-by: john.zavgren@oracle.com