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
rottenha [Mon, 07 Feb 2011 08:40:30 -0800] rev 8113
Merge
coleenp [Thu, 03 Feb 2011 20:30:19 -0800] rev 8112
Merge
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
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
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
bobv [Wed, 02 Feb 2011 11:54:26 -0500] rev 8108
Merge
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
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
trims [Fri, 04 Feb 2011 16:29:41 -0800] rev 8105
Merge
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
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
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
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
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
trims [Fri, 11 Feb 2011 14:30:27 -0800] rev 8099
Added tag hs21-b01 for changeset 251814950cb2
cl [Thu, 10 Feb 2011 16:24:29 -0800] rev 8098
Added tag jdk7-b129 for changeset 251814950cb2
cl [Thu, 10 Feb 2011 16:24:23 -0800] rev 8097
Added tag jdk7-b129 for changeset b66ada7c8e10
duke [Wed, 05 Jul 2017 17:34:21 +0200] rev 8096
Added tag jdk7-b129 for changeset 6823ea7eb8eb
duke [Wed, 05 Jul 2017 17:34:21 +0200] rev 8095
Merge
duke [Wed, 05 Jul 2017 17:34:18 +0200] rev 8094
Merge
cl [Thu, 03 Feb 2011 17:22:28 -0800] rev 8093
Added tag jdk7-b128 for changeset 4b78c27c217f
duke [Wed, 05 Jul 2017 17:34:15 +0200] rev 8092
Merge
cl [Thu, 03 Feb 2011 17:22:12 -0800] rev 8091
Added tag jdk7-b128 for changeset 86a3def1e503
duke [Wed, 05 Jul 2017 17:34:11 +0200] rev 8090
Merge
cl [Thu, 03 Feb 2011 17:22:12 -0800] rev 8089
Added tag jdk7-b128 for changeset 830d9cfc3121
duke [Wed, 05 Jul 2017 17:34:09 +0200] rev 8088
Merge
ohair [Fri, 04 Feb 2011 07:47:37 -0800] rev 8087
Merge
ohair [Thu, 03 Feb 2011 15:05:43 -0800] rev 8086
6944304: Potential rebranding issues in the openjdk7/corba sources
Reviewed-by: alanb, mchung, darcy
cl [Thu, 03 Feb 2011 17:22:01 -0800] rev 8085
Added tag jdk7-b128 for changeset 5e42523b8b5a
duke [Wed, 05 Jul 2017 17:34:06 +0200] rev 8084
Merge
ohair [Tue, 08 Feb 2011 20:00:05 -0800] rev 8083
Merge
ohair [Tue, 08 Feb 2011 13:06:20 -0800] rev 8082
Merge
ohair [Fri, 28 Jan 2011 14:32:02 -0800] rev 8081
7014301: Change make 3.81 sanity check to a fatal, 3.81 is needed now
Reviewed-by: alanb
ohair [Tue, 08 Feb 2011 16:30:29 -0800] rev 8080
7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11
Reviewed-by: rinaldo
cl [Thu, 03 Feb 2011 17:22:18 -0800] rev 8079
Added tag jdk7-b128 for changeset d11e5f2eb62c
duke [Wed, 05 Jul 2017 17:34:03 +0200] rev 8078
Merge
trims [Thu, 03 Feb 2011 23:26:25 -0800] rev 8077
Merge
coleenp [Thu, 27 Jan 2011 16:11:27 -0800] rev 8076
6990754: Use native memory and reference counting to implement SymbolTable
Summary: move symbols from permgen into C heap and reference count them
Reviewed-by: never, acorn, jmasa, stefank
johnc [Thu, 27 Jan 2011 13:42:28 -0800] rev 8075
Merge
johnc [Wed, 26 Jan 2011 09:57:42 -0800] rev 8074
Merge
johnc [Tue, 25 Jan 2011 10:56:22 -0800] rev 8073
6608385: G1: need to support parallel reference processing
Summary: Implement support for ParallelRefProcEnabled in the reference processing that takes place at the end of G1 concurrent marking.
Reviewed-by: tonyp, ysr
tonyp [Tue, 25 Jan 2011 17:58:19 -0500] rev 8072
7014261: G1: RSet-related failures
Summary: A race between the concurrent cleanup thread and the VM thread while it is processing the "expanded sparse table list" causes both threads to try to free the same sparse table entry and either causes one of the threads to fail or leaves the entry in an inconsistent state. The solution is purge all entries on the expanded list that correspond go regions that are being cleaned up.
Reviewed-by: brutisso, johnc
tonyp [Fri, 21 Jan 2011 11:30:22 -0500] rev 8071
7013718: G1: small fixes for two assert/guarantee failures
Summary: Two small fixes to deal with a guarantee failure (the marking thread should join the SuspendibleThreadSet before calling a method that does pause prediction work so that said method is never called during a pause) and an assert failure (an assert is too strong).
Reviewed-by: iveresov, johnc
twisti [Thu, 27 Jan 2011 14:05:59 -0500] rev 8070
Merge
twisti [Thu, 27 Jan 2011 08:47:02 -0800] rev 8069
Merge
iveresov [Tue, 25 Jan 2011 14:38:15 -0800] rev 8068
7014247: CTW fails when compile sun/misc/AtomicLongCSImpl (REMOVED from JDK7)
Summary: Use lea to compute field address in AtomicLongCSImpl::attemptUpdate() intrinsic on x86.
Reviewed-by: never, kvn
never [Mon, 24 Jan 2011 13:34:18 -0800] rev 8067
7008809: should report the class in ArrayStoreExceptions from compiled code
Reviewed-by: iveresov, twisti
never [Fri, 21 Jan 2011 13:03:13 -0800] rev 8066
Merge
never [Fri, 21 Jan 2011 13:01:02 -0800] rev 8065
6809483: hotspot:::method_entry are not correctly generated for "method()V"
Reviewed-by: iveresov, twisti
twisti [Fri, 21 Jan 2011 01:16:13 -0800] rev 8064
Merge
twisti [Thu, 20 Jan 2011 08:25:22 -0800] rev 8063
7011839: JSR 292 turn on escape analysis when using invokedynamic
Summary: Currently escape analysis is turned off when EnableInvokeDynamic is true.
Reviewed-by: jrose, kvn
dcubed [Wed, 26 Jan 2011 21:26:52 -0800] rev 8062
Merge
dholmes [Tue, 25 Jan 2011 00:14:21 -0500] rev 8061
6566340: Restore use of stillborn flag to signify a thread that was stopped before it started
Summary: Restore use of stillborn flag
Reviewed-by: acorn, alanb
trims [Tue, 25 Jan 2011 15:06:37 -0800] rev 8060
7014711: Fork HS20 to HS21 - renumber Major and build numbers of JVM
Summary: Update the Major and Build numbers for HS21
Reviewed-by: jcoomes
trims [Tue, 25 Jan 2011 14:57:24 -0800] rev 8059
Added tag hs20-b07 for changeset c2f2ee35ff81
cl [Thu, 03 Feb 2011 17:22:06 -0800] rev 8058
Added tag jdk7-b128 for changeset 5eecea832c83
ohair [Tue, 08 Feb 2011 16:28:30 -0800] rev 8057
7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11
Reviewed-by: rinaldo
ohair [Fri, 04 Feb 2011 07:47:36 -0800] rev 8056
Merge
ohair [Thu, 03 Feb 2011 15:10:07 -0800] rev 8055
7014634: By default, only build the product bits with a closed jdk build (like openjdk does)
Reviewed-by: katleman, cl, igor, trims
cl [Thu, 03 Feb 2011 17:22:00 -0800] rev 8054
Added tag jdk7-b128 for changeset cc2af205b2d9
duke [Wed, 05 Jul 2017 17:33:50 +0200] rev 8053
Added tag jdk7-b128 for changeset 7da3f5f30855
duke [Wed, 05 Jul 2017 17:33:49 +0200] rev 8052
Merge
duke [Wed, 05 Jul 2017 17:33:46 +0200] rev 8051
Merge