jjb [Wed, 29 Jul 2009 14:24:19 -0700] rev 3420
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
Summary: Easy port of timsort from android
Reviewed-by: martin
martin [Wed, 29 Jul 2009 13:56:15 -0700] rev 3419
6866554: Misc. javadoc warnings
Reviewed-by: alanb
sherman [Wed, 29 Jul 2009 11:19:14 -0700] rev 3418
Merge
sherman [Fri, 24 Jul 2009 11:22:29 -0700] rev 3417
Merge
sherman [Fri, 24 Jul 2009 11:06:57 -0700] rev 3416
5063507: (fmt) missing exception for "%#s" format specifier
Summary: throw appropriate exception when necessary
Reviewed-by: alanb
dl [Tue, 28 Jul 2009 17:17:55 -0700] rev 3415
6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently
Summary: Faster, more correct. Use self-linking trick to avoid gc retention
Reviewed-by: martin, dholmes
dl [Tue, 28 Jul 2009 13:24:52 -0700] rev 3414
6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element
6493942: ConcurrentLinkedQueue.remove sometimes very slow
Summary: new algorithm for handling concurrent linked lists
Reviewed-by: martin
xdono [Thu, 13 Aug 2009 12:11:21 -0700] rev 3413
Added tag jdk7-b69 for changeset e0b23259a484
duke [Wed, 05 Jul 2017 16:58:30 +0200] rev 3412
Merge
tbell [Fri, 14 Aug 2009 08:50:00 -0700] rev 3411
Merge