Tim Bell
35107a8833
Merge
2009-07-30 23:40:15 -07:00
Tim Bell
b097e4f361
Merge
2009-07-30 23:39:33 -07:00
Tim Bell
19bd0b795f
Merge
2009-07-30 23:38:57 -07:00
Tim Bell
78ceeef3f3
Merge
2009-07-30 23:37:25 -07:00
Tim Bell
395e0cb9be
Merge
2009-07-30 23:36:44 -07:00
Xiomara Jayasena
f3564aefec
Added tag jdk7-b67 for changeset 02ba23f205f3
2009-07-30 10:58:48 -07:00
Xiomara Jayasena
b097c4f9bb
Added tag jdk7-b67 for changeset db82a42da273
2009-07-30 10:58:38 -07:00
Xiomara Jayasena
a2e3e2663f
Added tag jdk7-b67 for changeset d4ab6018e6f6
2009-07-30 10:58:31 -07:00
Xiomara Jayasena
f0f100555b
Added tag jdk7-b67 for changeset 8943b2e74175
2009-07-30 10:58:30 -07:00
Xiomara Jayasena
d1a146f003
Added tag jdk7-b67 for changeset c8b1b0aecdfe
2009-07-30 10:58:25 -07:00
Xiomara Jayasena
0971a64602
Added tag jdk7-b67 for changeset 805a72a26925
2009-07-30 10:58:21 -07:00
Xiomara Jayasena
6909a95df2
Added tag jdk7-b67 for changeset f86e6d4a49b4
2009-07-30 10:58:20 -07:00
Martin Buchholz
2d83195be5
6866719: Rename execvpe to avoid symbol clash with glibc 2.10
...
Reviewed-by: darcy
2009-07-29 21:45:52 -07:00
Erik Trimble
e846382e12
Merge
2009-07-29 16:00:35 -07:00
Josh Bloch
827200b265
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
...
Easy port of timsort from android
Reviewed-by: martin
2009-07-29 14:24:19 -07:00
Martin Buchholz
36736be8ba
6866554: Misc. javadoc warnings
...
Reviewed-by: alanb
2009-07-29 13:56:15 -07:00
Jonathan Gibbons
a3128d7e74
6865753: 6854244 breaks partial (jdk-only) builds
...
Makefiles which set -target 5 now need to set -source 5 as well.
Reviewed-by: wetmore, tbell
2009-07-29 12:50:10 -07:00
Xueming Shen
ba2db6a2db
Merge
2009-07-29 11:19:14 -07:00
Yuri Nesterenko
b797a234b8
Merge
2009-07-29 00:14:56 -07:00
Yuri Nesterenko
a65646a1fb
Merge
2009-07-29 00:12:45 -07:00
Doug Lea
d43e798981
6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
...
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently
Faster, more correct. Use self-linking trick to avoid gc retention
Reviewed-by: martin, dholmes
2009-07-28 17:17:55 -07:00
Doug Lea
df5da31f55
6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element
...
6493942: ConcurrentLinkedQueue.remove sometimes very slow
New algorithm for handling concurrent linked lists
Reviewed-by: martin
2009-07-28 13:24:52 -07:00
Xiomara Jayasena
d0493af09e
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:59 -07:00
Xiomara Jayasena
e0c1d51604
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:54 -07:00
Xiomara Jayasena
e8052f207a
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:47 -07:00
Xiomara Jayasena
632469b81d
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:45 -07:00
Xiomara Jayasena
a63ef10004
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:40 -07:00
Xiomara Jayasena
f3605fc37c
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:36 -07:00
Xiomara Jayasena
10a6d2437a
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:34 -07:00
Sergey Malenkov
c1073a5d61
6864297: Right-to-left oriented JScrollPane is aligned to the wrong direction while resizing the container
...
Reviewed-by: peterz
2009-07-28 13:10:14 +04:00
Yuri Nesterenko
f169709382
Merge
2009-07-27 23:42:52 -07:00
Tim Bell
a5c921b198
Merge
2009-07-27 23:07:00 -07:00
Tim Bell
9d2c02479e
Merge
2009-07-27 23:06:01 -07:00
Tim Bell
01dedb8e87
Merge
2009-07-27 23:05:36 -07:00
Tim Bell
110817bd8a
Merge
2009-07-27 23:05:09 -07:00
Tim Bell
0cb80c55d7
Merge
2009-07-27 23:03:37 -07:00
Tim Bell
ebcf9040aa
Merge
2009-07-27 23:03:25 -07:00
Abhijit Saha
0e8d2a916a
Merge
2009-07-27 22:28:29 -07:00
Xue-Lei Andrew Fan
e364d187ea
6865482: test case BalancedParentheses.java is missing GPL header
...
Reviewed-by: weijun
2009-07-28 11:15:49 +08:00
Jonathan Gibbons
2a737b4aa9
6865399: some javac files are missing Sun internal API comment
...
Reviewed-by: darcy
2009-07-27 19:52:42 -07:00
Jonathan Gibbons
b84cd5a9cd
6854244: change source/target used to compile JDK to 7
...
Reviewed-by: ohair
2009-07-27 15:20:03 -07:00
Jonathan Gibbons
50dfd0ebd9
6854244: change source/target used to compile JDK to 7
...
Reviewed-by: ohair
2009-07-27 15:19:55 -07:00
Jonathan Gibbons
33e236c766
6854244: change source/target used to compile JDK to 7
...
Reviewed-by: ohair
2009-07-27 15:19:44 -07:00
Jonathan Gibbons
8ae07c63e4
6854244: change source/target used to compile JDK to 7
...
Reviewed-by: ohair
2009-07-27 15:19:33 -07:00
Jonathan Gibbons
103e820d94
6854244: change source/target used to compile JDK to 7
...
Reviewed-by: ohair
2009-07-27 15:19:26 -07:00
Jonathan Gibbons
a7e89dff0e
6854244: change source/target used to compile JDK to 7
...
Reviewed-by: ohair
2009-07-27 15:19:11 -07:00
Alan Bateman
19093784f4
6864319: (fs) Eliminate static dependency on fdopendir (lnx)
...
Reviewed-by: martin
2009-07-27 19:22:11 +01:00
Alan Bateman
86a40825c7
6863667: (ch) Several tests in java/nio/channels/* need to be updated after 6638712
...
Reviewed-by: mcimadamore
2009-07-27 18:46:50 +01:00
Alan Bateman
22fac524b1
6863864: (fs) Path.createSymbolicLink doesn't set directory flag when creating sym link to directory (win)
...
Reviewed-by: sherman
2009-07-27 18:44:42 +01:00
Xue-Lei Andrew Fan
a51137d942
6449574: Invalid ldap filter is accepted and processed
...
Reviewed-by: vinnie
2009-07-27 22:04:07 +08:00