Fri, 07 Aug 2009 10:51:25 +0100 6826801: JarFileFactory should not use HashMap<URL>
chegar [Fri, 07 Aug 2009 10:51:25 +0100] rev 3437
6826801: JarFileFactory should not use HashMap<URL> Summary: Replace URL with a String representation. Reviewed-by: michaelm, jccollet
Fri, 07 Aug 2009 10:50:26 +0100 6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
chegar [Fri, 07 Aug 2009 10:50:26 +0100] rev 3436
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX> Summary: Replace URL with a String representation. Reviewed-by: michaelm, jccollet
Thu, 06 Aug 2009 19:01:59 -0700 Merge
tbell [Thu, 06 Aug 2009 19:01:59 -0700] rev 3435
Merge
Thu, 06 Aug 2009 18:30:33 -0700 6838598: Legal notice repair: jdk/src/share/classes/sun/dyn/FilterGeneric.java
jrose [Thu, 06 Aug 2009 18:30:33 -0700] rev 3434
6838598: Legal notice repair: jdk/src/share/classes/sun/dyn/FilterGeneric.java Reviewed-by: xdono
Thu, 06 Aug 2009 17:56:59 -0700 6867657: Many JSN tests do not run under cygwin
wetmore [Thu, 06 Aug 2009 17:56:59 -0700] rev 3433
6867657: Many JSN tests do not run under cygwin Reviewed-by: ohair
Wed, 05 Aug 2009 13:17:30 -0600 6868533: 3/4 JDI: remove '-source 1.5' and '-target 1.5' options from com.sun.jdi tests
dcubed [Wed, 05 Aug 2009 13:17:30 -0600] rev 3432
6868533: 3/4 JDI: remove '-source 1.5' and '-target 1.5' options from com.sun.jdi tests Summary: We are long past needing to make sure these tests can build on Tiger/JDK1.5.0. Reviewed-by: tbell
Tue, 04 Aug 2009 19:18:15 -0700 6856590: (process) Use RESTARTABLE in UNIXProcess_md.c
martin [Tue, 04 Aug 2009 19:18:15 -0700] rev 3431
6856590: (process) Use RESTARTABLE in UNIXProcess_md.c Summary: Wrap all system calls with RESTARTABLE Reviewed-by: michaelm
Tue, 04 Aug 2009 19:18:15 -0700 6868160: (process) Use vfork, not fork, on Linux to avoid swap exhaustion
martin [Tue, 04 Aug 2009 19:18:15 -0700] rev 3430
6868160: (process) Use vfork, not fork, on Linux to avoid swap exhaustion Summary: Boldly go where no jdk has dared go before Reviewed-by: michaelm
Tue, 04 Aug 2009 12:44:03 -0700 4116222: Errors in Arabic code-conversion tables, part II
sherman [Tue, 04 Aug 2009 12:44:03 -0700] rev 3429
4116222: Errors in Arabic code-conversion tables, part II Summary: updated the IBM420 datatable Reviewed-by: alanb
Sun, 02 Aug 2009 10:07:06 -0700 Merge
tbell [Sun, 02 Aug 2009 10:07:06 -0700] rev 3428
Merge
Sun, 02 Aug 2009 13:40:03 +0800 6867687: keytool's standard.sh test timeout sometimes
weijun [Sun, 02 Aug 2009 13:40:03 +0800] rev 3427
6867687: keytool's standard.sh test timeout sometimes Reviewed-by: xuelei
Fri, 31 Jul 2009 17:19:38 -0700 Merge
tbell [Fri, 31 Jul 2009 17:19:38 -0700] rev 3426
Merge
Fri, 31 Jul 2009 19:23:10 +0100 Merge
alanb [Fri, 31 Jul 2009 19:23:10 +0100] rev 3425
Merge
Fri, 31 Jul 2009 08:45:30 +0100 6867244: Tests missing @run tag
alanb [Fri, 31 Jul 2009 08:45:30 +0100] rev 3424
6867244: Tests missing @run tag Reviewed-by: sherman
Fri, 31 Jul 2009 08:44:28 +0100 6867101: Path.checkAccess fails with sharing violation on special files such as pagefile.sys
alanb [Fri, 31 Jul 2009 08:44:28 +0100] rev 3423
6867101: Path.checkAccess fails with sharing violation on special files such as pagefile.sys Reviewed-by: sherman
Fri, 31 Jul 2009 16:21:30 +0800 6867231: Regression: jdk/test/sun/security/krb5/ConfPlusProp.java error against jdk7/pit/b68
weijun [Fri, 31 Jul 2009 16:21:30 +0800] rev 3422
6867231: Regression: jdk/test/sun/security/krb5/ConfPlusProp.java error against jdk7/pit/b68 Reviewed-by: xuelei
Wed, 29 Jul 2009 21:45:52 -0700 6866719: Rename execvpe to avoid symbol clash with glibc 2.10
martin [Wed, 29 Jul 2009 21:45:52 -0700] rev 3421
6866719: Rename execvpe to avoid symbol clash with glibc 2.10 Reviewed-by: darcy
Wed, 29 Jul 2009 14:24:19 -0700 6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
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
Wed, 29 Jul 2009 13:56:15 -0700 6866554: Misc. javadoc warnings
martin [Wed, 29 Jul 2009 13:56:15 -0700] rev 3419
6866554: Misc. javadoc warnings Reviewed-by: alanb
Wed, 29 Jul 2009 11:19:14 -0700 Merge
sherman [Wed, 29 Jul 2009 11:19:14 -0700] rev 3418
Merge
Fri, 24 Jul 2009 11:22:29 -0700 Merge
sherman [Fri, 24 Jul 2009 11:22:29 -0700] rev 3417
Merge
Fri, 24 Jul 2009 11:06:57 -0700 5063507: (fmt) missing exception for "%#s" format specifier
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
Tue, 28 Jul 2009 17:17:55 -0700 6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
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
Tue, 28 Jul 2009 13:24:52 -0700 6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element
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
Thu, 13 Aug 2009 12:11:21 -0700 Added tag jdk7-b69 for changeset e0b23259a484
xdono [Thu, 13 Aug 2009 12:11:21 -0700] rev 3413
Added tag jdk7-b69 for changeset e0b23259a484
Wed, 05 Jul 2017 16:58:30 +0200 Merge
duke [Wed, 05 Jul 2017 16:58:30 +0200] rev 3412
Merge
Fri, 14 Aug 2009 08:50:00 -0700 Merge
tbell [Fri, 14 Aug 2009 08:50:00 -0700] rev 3411
Merge
Mon, 10 Aug 2009 10:52:11 -0700 Merge
asaha [Mon, 10 Aug 2009 10:52:11 -0700] rev 3410
Merge
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip