Wed, 09 Feb 2011 11:08:10 +0100 7014918: Improve core/minidump handling in Hotspot
ctornqvi [Wed, 09 Feb 2011 11:08:10 +0100] rev 8119
7014918: Improve core/minidump handling in Hotspot Summary: Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps. Reviewed-by: poonam, dsamersoff, sla, coleenp
Tue, 08 Feb 2011 22:27:57 -0800 Merge
mchung [Tue, 08 Feb 2011 22:27:57 -0800] rev 8118
Merge
Tue, 08 Feb 2011 09:11:37 -0800 7017673: Remove setting of the sun.jkernel.DownloadManager as a boot classloader hook
mchung [Tue, 08 Feb 2011 09:11:37 -0800] rev 8117
7017673: Remove setting of the sun.jkernel.DownloadManager as a boot classloader hook Reviewed-by: alanb, dcubed, coleenp
Tue, 08 Feb 2011 19:50:41 -0500 Merge
coleenp [Tue, 08 Feb 2011 19:50:41 -0500] rev 8116
Merge
Mon, 07 Feb 2011 14:36:26 -0500 6472925: OutOfMemoryError fails to generate stack trace as it now ought
coleenp [Mon, 07 Feb 2011 14:36:26 -0500] rev 8115
6472925: OutOfMemoryError fails to generate stack trace as it now ought Summary: Print an additional message for OOM during stack trace printing Reviewed-by: dholmes, phh, acorn, kamg, dcubed
Tue, 08 Feb 2011 17:20:45 -0500 7003401: Implement VM error-reporting functionality on erroneous termination
kamg [Tue, 08 Feb 2011 17:20:45 -0500] rev 8114
7003401: Implement VM error-reporting functionality on erroneous termination Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
Mon, 07 Feb 2011 08:40:30 -0800 Merge
rottenha [Mon, 07 Feb 2011 08:40:30 -0800] rev 8113
Merge
Thu, 03 Feb 2011 20:30:19 -0800 Merge
coleenp [Thu, 03 Feb 2011 20:30:19 -0800] rev 8112
Merge
Thu, 03 Feb 2011 21:30:08 -0500 7017009: Secondary out of c-heap memory error reporting out of memory
coleenp [Thu, 03 Feb 2011 21:30:08 -0500] rev 8111
7017009: Secondary out of c-heap memory error reporting out of memory Summary: Use os::malloc() to allocate buffer to read elf symbols and check for null Reviewed-by: zgu, phh, dsamersoff, dholmes, dcubed
Wed, 02 Feb 2011 14:38:01 -0500 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
kamg [Wed, 02 Feb 2011 14:38:01 -0500] rev 8110
6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread" Summary: Defer posting events from the compiler thread: use service thread Reviewed-by: coleenp, dholmes, never, dcubed
Wed, 02 Feb 2011 18:38:40 -0500 7012088: jump to 0 address because of lack of memory ordering in SignatureHandlerLibrary::add
coleenp [Wed, 02 Feb 2011 18:38:40 -0500] rev 8109
7012088: jump to 0 address because of lack of memory ordering in SignatureHandlerLibrary::add Summary: Write method signature handler under lock to prevent race with growable array resizing Reviewed-by: dsamersoff, dholmes
Wed, 02 Feb 2011 11:54:26 -0500 Merge
bobv [Wed, 02 Feb 2011 11:54:26 -0500] rev 8108
Merge
Wed, 02 Feb 2011 11:35:26 -0500 7016023: Enable building ARM and PPC from src/closed repository
bobv [Wed, 02 Feb 2011 11:35:26 -0500] rev 8107
7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
Tue, 01 Feb 2011 11:23:19 -0500 6588413: Use -fvisibility=hidden for gcc compiles
coleenp [Tue, 01 Feb 2011 11:23:19 -0500] rev 8106
6588413: Use -fvisibility=hidden for gcc compiles Summary: Add option for gcc 4 and above, define JNIEXPORT and JNIIMPORT to visibility=default, add for jio_snprintf and others since -fvisibility=hidden overrides --version-script definitions. Reviewed-by: kamg, never
Fri, 04 Feb 2011 16:29:41 -0800 Merge
trims [Fri, 04 Feb 2011 16:29:41 -0800] rev 8105
Merge
Thu, 03 Feb 2011 16:06:01 -0500 7016998: gcutil class LinearLeastSquareFit doesn't initialize some of its fields
phh [Thu, 03 Feb 2011 16:06:01 -0500] rev 8104
7016998: gcutil class LinearLeastSquareFit doesn't initialize some of its fields Summary: Initialize _sum_x_squared, _intercept and _slope in constructor. Reviewed-by: bobv, coleenp
Wed, 02 Feb 2011 10:41:20 -0800 6923430: G1: assert(res != 0,"This should have worked.")
johnc [Wed, 02 Feb 2011 10:41:20 -0800] rev 8103
6923430: G1: assert(res != 0,"This should have worked.") 7007446: G1: expand the heap with a single step, not one region at a time Summary: Changed G1CollectedHeap::expand() to expand the committed space by calling VirtualSpace::expand_by() once rather than for every region in the expansion amount. This allows the success or failure of the expansion to be determined before creating any heap regions. Introduced a develop flag G1ExitOnExpansionFailure (false by default) that, when true, will exit the VM if the expansion of the committed space fails. Finally G1CollectedHeap::expand() returns a status back to it's caller so that the caller knows whether to attempt the allocation. Reviewed-by: brutisso, tonyp
Tue, 01 Feb 2011 14:05:46 +0100 6789220: CMS: intermittent timeout running nsk/regression/b4796926
brutisso [Tue, 01 Feb 2011 14:05:46 +0100] rev 8102
6789220: CMS: intermittent timeout running nsk/regression/b4796926 Summary: The reference handler java thread and the GC could dead lock Reviewed-by: never, johnc, jcoomes
Tue, 01 Feb 2011 10:02:01 -0800 6999988: CMS: Increased fragmentation leading to promotion failure after CR#6631166 got implemented
ysr [Tue, 01 Feb 2011 10:02:01 -0800] rev 8101
6999988: CMS: Increased fragmentation leading to promotion failure after CR#6631166 got implemented Summary: Fix calculation of _desired, in free list statistics, which was missing an intended set of parentheses. Reviewed-by: poonam, jmasa
Mon, 31 Jan 2011 16:28:40 -0500 7014679: G1: deadlock during concurrent cleanup
tonyp [Mon, 31 Jan 2011 16:28:40 -0500] rev 8100
7014679: G1: deadlock during concurrent cleanup Summary: There's a potential deadlock between the concurrent cleanup thread and the GC workers that are trying to allocate and waiting for more free regions to be made available. Reviewed-by: iveresov, jcoomes
Fri, 11 Feb 2011 14:30:27 -0800 Added tag hs21-b01 for changeset 251814950cb2
trims [Fri, 11 Feb 2011 14:30:27 -0800] rev 8099
Added tag hs21-b01 for changeset 251814950cb2
Thu, 10 Feb 2011 16:24:29 -0800 Added tag jdk7-b129 for changeset 251814950cb2
cl [Thu, 10 Feb 2011 16:24:29 -0800] rev 8098
Added tag jdk7-b129 for changeset 251814950cb2
Thu, 10 Feb 2011 16:24:23 -0800 Added tag jdk7-b129 for changeset b66ada7c8e10
cl [Thu, 10 Feb 2011 16:24:23 -0800] rev 8097
Added tag jdk7-b129 for changeset b66ada7c8e10
Wed, 05 Jul 2017 17:34:21 +0200 Added tag jdk7-b129 for changeset 6823ea7eb8eb
duke [Wed, 05 Jul 2017 17:34:21 +0200] rev 8096
Added tag jdk7-b129 for changeset 6823ea7eb8eb
Wed, 05 Jul 2017 17:34:21 +0200 Merge jdk7-b129
duke [Wed, 05 Jul 2017 17:34:21 +0200] rev 8095
Merge
Wed, 05 Jul 2017 17:34:18 +0200 Merge
duke [Wed, 05 Jul 2017 17:34:18 +0200] rev 8094
Merge
Thu, 03 Feb 2011 17:22:28 -0800 Added tag jdk7-b128 for changeset 4b78c27c217f
cl [Thu, 03 Feb 2011 17:22:28 -0800] rev 8093
Added tag jdk7-b128 for changeset 4b78c27c217f
Wed, 05 Jul 2017 17:34:15 +0200 Merge
duke [Wed, 05 Jul 2017 17:34:15 +0200] rev 8092
Merge
Thu, 03 Feb 2011 17:22:12 -0800 Added tag jdk7-b128 for changeset 86a3def1e503
cl [Thu, 03 Feb 2011 17:22:12 -0800] rev 8091
Added tag jdk7-b128 for changeset 86a3def1e503
Wed, 05 Jul 2017 17:34:11 +0200 Merge
duke [Wed, 05 Jul 2017 17:34:11 +0200] rev 8090
Merge
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip