Mon, 10 Jun 2013 17:03:06 -0700 Merge
lana [Mon, 10 Jun 2013 17:03:06 -0700] rev 17956
Merge
Wed, 05 Jun 2013 12:31:59 -0700 Merge
lana [Wed, 05 Jun 2013 12:31:59 -0700] rev 17955
Merge
Wed, 05 Jun 2013 08:41:02 -0700 7150256: Add back Diagnostic Command JMX API
fparain [Wed, 05 Jun 2013 08:41:02 -0700] rev 17954
7150256: Add back Diagnostic Command JMX API Reviewed-by: mchung, jbachorik
Wed, 05 Jun 2013 16:23:23 +0100 8015963: Add at since tags to new ConcurrentHashMap methods
chegar [Wed, 05 Jun 2013 16:23:23 +0100] rev 17953
8015963: Add at since tags to new ConcurrentHashMap methods Reviewed-by: shade, martin
Wed, 05 Jun 2013 16:06:28 +0100 8011719: Properties.loadFromXML fails with a chunked HTTP connection
chegar [Wed, 05 Jun 2013 16:06:28 +0100] rev 17952
8011719: Properties.loadFromXML fails with a chunked HTTP connection Reviewed-by: michaelm
Wed, 05 Jun 2013 18:20:34 +0400 8015604: JDP packets containing ideographic characters are broken
dsamersoff [Wed, 05 Jun 2013 18:20:34 +0400] rev 17951
8015604: JDP packets containing ideographic characters are broken Summary: Code uses string length rather than byte array length and non ascii entry brakes packet. Reviewed-by: dholmes, jbachorik, sla
Wed, 05 Jun 2013 13:57:16 +0100 8015880: GenerateBreakIteratorData build warning
alanb [Wed, 05 Jun 2013 13:57:16 +0100] rev 17950
8015880: GenerateBreakIteratorData build warning Reviewed-by: peytoia
Fri, 31 May 2013 10:53:19 +0200 8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
psandoz [Fri, 31 May 2013 10:53:19 +0200] rev 17949
8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining() Reviewed-by: chegar
Wed, 05 Jun 2013 11:12:31 +0100 8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64]
alanb [Wed, 05 Jun 2013 11:12:31 +0100] rev 17948
8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64] Reviewed-by: chegar
Tue, 04 Jun 2013 21:37:15 -0700 Merge
lana [Tue, 04 Jun 2013 21:37:15 -0700] rev 17947
Merge
Tue, 04 Jun 2013 15:33:42 -0700 8014097: add doPrivileged methods with limited privilege scope
jdn [Tue, 04 Jun 2013 15:33:42 -0700] rev 17946
8014097: add doPrivileged methods with limited privilege scope Reviewed-by: mchung
Tue, 04 Jun 2013 21:59:23 +0100 8005704: Update ConcurrentHashMap to v8
dl [Tue, 04 Jun 2013 21:59:23 +0100] rev 17945
8005704: Update ConcurrentHashMap to v8 Reviewed-by: chegar, mduigou
Tue, 04 Jun 2013 10:33:13 -0700 8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows
naoto [Tue, 04 Jun 2013 10:33:13 -0700] rev 17944
8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows Reviewed-by: okutsu
Tue, 04 Jun 2013 15:18:39 +0100 8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported
alanb [Tue, 04 Jun 2013 15:18:39 +0100] rev 17943
8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported Reviewed-by: alanb Contributed-by: henry.jen@oracle.com
Tue, 04 Jun 2013 11:52:29 +0100 8015872: ProblemList.txt updates (6/2013)
alanb [Tue, 04 Jun 2013 11:52:29 +0100] rev 17942
8015872: ProblemList.txt updates (6/2013) Reviewed-by: chegar
Tue, 04 Jun 2013 10:56:58 +0100 8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing
michaelm [Tue, 04 Jun 2013 10:56:58 +0100] rev 17941
8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing Reviewed-by: alanb, chegar
Tue, 04 Jun 2013 11:53:31 +0200 8015790: Remove duplicate spliterator tests
psandoz [Tue, 04 Jun 2013 11:53:31 +0200] rev 17940
8015790: Remove duplicate spliterator tests Reviewed-by: alanb, mduigou
Tue, 04 Jun 2013 10:04:28 +0100 8005698: Handle Frequent HashMap Collisions with Balanced Trees
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
Tue, 04 Jun 2013 09:45:14 +0200 8015856: Remove java/lang/instrument/IsModifiableClassAgent.java from ProblemList.txt
sla [Tue, 04 Jun 2013 09:45:14 +0200] rev 17938
8015856: Remove java/lang/instrument/IsModifiableClassAgent.java from ProblemList.txt Reviewed-by: dholmes
Mon, 03 Jun 2013 16:09:43 -0700 Merge
lana [Mon, 03 Jun 2013 16:09:43 -0700] rev 17937
Merge
Mon, 03 Jun 2013 13:20:46 -0700 8015813: add test/tools/pack200/TimeStamp.java to ProblemsList
ksrini [Mon, 03 Jun 2013 13:20:46 -0700] rev 17936
8015813: add test/tools/pack200/TimeStamp.java to ProblemsList Reviewed-by: sherman
Mon, 03 Jun 2013 22:09:20 +0400 8014966: Add the proper Javadoc to @Contended
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
Mon, 03 Jun 2013 17:37:51 +0200 8014383: StringJoiner example in class description not in sync with streams API
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
Mon, 03 Jun 2013 10:44:10 -0400 8014834: shell tests don't begin with #!/bin/sh
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
Mon, 03 Jun 2013 16:13:44 +0200 6526682: JConsole shows negative CPU Usage
nloodin [Mon, 03 Jun 2013 16:13:44 +0200] rev 17932
6526682: JConsole shows negative CPU Usage Reviewed-by: alanb, mchung
Mon, 03 Jun 2013 10:45:11 +0200 8014731: j.u.stream.StreamSupport class has default constructor generated
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>
Mon, 03 Jun 2013 10:28:17 +0200 8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE
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
Tue, 12 Feb 2013 17:04:09 -0800 8007398: Peformance improvements to Integer and Long string formatting.
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>
Fri, 31 May 2013 17:31:40 -0700 Merge
mduigou [Fri, 31 May 2013 17:31:40 -0700] rev 17928
Merge
Fri, 31 May 2013 11:06:04 -0700 8015686: {Int|Long}SummaryStatistics toString() throws IllegalFormatConversionException
mduigou [Fri, 31 May 2013 11:06:04 -0700] rev 17927
8015686: {Int|Long}SummaryStatistics toString() throws IllegalFormatConversionException Reviewed-by: dholmes, alanb, psandoz
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip