Fri, 19 Nov 2010 17:01:34 -0800 Merge
iveresov [Fri, 19 Nov 2010 17:01:34 -0800] rev 7391
Merge
Thu, 18 Nov 2010 09:52:48 -0800 7000491: assert(false) failed: should be optimized out in SharedRuntime::g1_wb_pre
kvn [Thu, 18 Nov 2010 09:52:48 -0800] rev 7390
7000491: assert(false) failed: should be optimized out in SharedRuntime::g1_wb_pre Summary: Wrong value type is used for NULL store when clearing the detail message of the preallocated exception object. Reviewed-by: never, iveresov
Tue, 16 Nov 2010 15:57:16 -0800 7000349: Tiered reacts incorrectly to C1 compilation failures
iveresov [Tue, 16 Nov 2010 15:57:16 -0800] rev 7389
7000349: Tiered reacts incorrectly to C1 compilation failures Summary: Fix policy reaction to C1 comilation failures, make C1 properly report errors. Reviewed-by: kvn
Fri, 12 Nov 2010 09:51:43 -0800 6999491: non-zero COOPs are used when they should not
kvn [Fri, 12 Nov 2010 09:51:43 -0800] rev 7388
6999491: non-zero COOPs are used when they should not Summary: HeapBaseMinAddress should be used only for a default heap size calculation. Reviewed-by: iveresov, jcoomes, dholmes
Fri, 19 Nov 2010 13:19:49 -0800 Merge
jmasa [Fri, 19 Nov 2010 13:19:49 -0800] rev 7387
Merge
Tue, 16 Nov 2010 16:12:28 -0800 Merge
johnc [Tue, 16 Nov 2010 16:12:28 -0800] rev 7386
Merge
Tue, 16 Nov 2010 14:07:33 -0800 6978187: G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again
johnc [Tue, 16 Nov 2010 14:07:33 -0800] rev 7385
6978187: G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again Summary: An evacuation failure while copying the roots caused an object, A, to be forwarded to itself. During the subsequent RSet updating a reference to A was processed causing the reference to be added to the RSet of A's heap region. As a result of adding to the remembered set we ran into the issue described in 6930581 - the sparse table expanded and the RSet scanning code walked the cards in one instance of RHashTable (_cur) while the occupied() counts the cards in the expanded table (_next). Reviewed-by: tonyp, iveresov
Tue, 16 Nov 2010 13:58:48 -0800 7000578: CMS: assert(SafepointSynchronize::is_at_safepoint()) failed: Else races are possible
ysr [Tue, 16 Nov 2010 13:58:48 -0800] rev 7384
7000578: CMS: assert(SafepointSynchronize::is_at_safepoint()) failed: Else races are possible Summary: Weakened assert in onj_is_alive() to allow its use at initialization time when is_at_safepoint() normally reports false; added some related asserts to check order of is_init_completed() after Universe::is_fully_initialized(). Reviewed-by: jcoomes
Wed, 17 Nov 2010 09:21:51 -0500 Merge
zgu [Wed, 17 Nov 2010 09:21:51 -0500] rev 7383
Merge
Fri, 12 Nov 2010 09:37:13 -0500 Merge
zgu [Fri, 12 Nov 2010 09:37:13 -0500] rev 7382
Merge
Fri, 05 Nov 2010 09:32:08 -0400 6981737: The java.vm.specification.version property is 1.0, seems like it should be 2.0
kamg [Fri, 05 Nov 2010 09:32:08 -0400] rev 7381
6981737: The java.vm.specification.version property is 1.0, seems like it should be 2.0 Summary: Change property value to 1.<major_version> for major_version >= 7 Reviewed-by: dholmes, acorn
Wed, 27 Oct 2010 12:53:36 -0400 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg [Wed, 27 Oct 2010 12:53:36 -0400] rev 7380
6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>' Summary: Update verifier to conform to spec re: reference vs. 'Object' types Reviewed-by: dholmes, coleenp
Mon, 15 Nov 2010 16:25:14 -0800 Merge
jmasa [Mon, 15 Nov 2010 16:25:14 -0800] rev 7379
Merge
Thu, 11 Nov 2010 10:42:43 -0800 6998802: ScavengeALot: assert(!gch->incremental_collection_failed()) failed: Twice in a row
ysr [Thu, 11 Nov 2010 10:42:43 -0800] rev 7378
6998802: ScavengeALot: assert(!gch->incremental_collection_failed()) failed: Twice in a row Summary: Weaken assert by excluding scavenges resulting from -XX:+ScavengeALot stress-testing option. Reviewed-by: jmasa, tonyp
Tue, 09 Nov 2010 10:47:20 -0800 6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on
ysr [Tue, 09 Nov 2010 10:47:20 -0800] rev 7377
6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on Reviewed-by: tonyp
Fri, 05 Nov 2010 13:20:37 -0700 6997298: fatal error: must own lock CMS_markBitMap_lock during heap dump
ysr [Fri, 05 Nov 2010 13:20:37 -0700] rev 7376
6997298: fatal error: must own lock CMS_markBitMap_lock during heap dump Summary: Since we are at a stop-world pause, the existing CMS-phase checks are sufficient for safety, and the locking check can be safely elided. Elaborated documentation comment to the case where class unloading and verification are disabled, and the query happens when we aren't in the sweeping phase, where the answer "false" would be (almost everywhere) too pessimistic. Reviewed-by: jmasa, johnc, tonyp
Thu, 16 Dec 2010 20:32:43 -0800 Merge
trims [Thu, 16 Dec 2010 20:32:43 -0800] rev 7375
Merge
Fri, 10 Dec 2010 15:46:59 -0800 Merge
trims [Fri, 10 Dec 2010 15:46:59 -0800] rev 7374
Merge
Fri, 03 Dec 2010 09:44:09 -0800 Added tag hs20-b03 for changeset a683e80b9ca8
trims [Fri, 03 Dec 2010 09:44:09 -0800] rev 7373
Added tag hs20-b03 for changeset a683e80b9ca8
Thu, 16 Dec 2010 18:17:52 -0800 Added tag jdk7-b122 for changeset c601f7238c18
cl [Thu, 16 Dec 2010 18:17:52 -0800] rev 7372
Added tag jdk7-b122 for changeset c601f7238c18
Tue, 21 Dec 2010 14:51:50 -0800 Merge
igor [Tue, 21 Dec 2010 14:51:50 -0800] rev 7371
Merge
Mon, 20 Dec 2010 13:13:52 -0500 Merge
herrick [Mon, 20 Dec 2010 13:13:52 -0500] rev 7370
Merge
Sun, 12 Dec 2010 22:56:48 -0500 Merge
herrick [Sun, 12 Dec 2010 22:56:48 -0500] rev 7369
Merge
Wed, 08 Dec 2010 01:15:17 -0800 Merge
igor [Wed, 08 Dec 2010 01:15:17 -0800] rev 7368
Merge
Mon, 06 Dec 2010 00:43:27 -0800 Merge
igor [Mon, 06 Dec 2010 00:43:27 -0800] rev 7367
Merge
Tue, 21 Dec 2010 11:43:26 -0500 Merge
jqzuo [Tue, 21 Dec 2010 11:43:26 -0500] rev 7366
Merge
Mon, 20 Dec 2010 13:05:23 -0500 Merge
jqzuo [Mon, 20 Dec 2010 13:05:23 -0500] rev 7365
Merge
Mon, 13 Dec 2010 11:34:03 -0500 Merge
jqzuo [Mon, 13 Dec 2010 11:34:03 -0500] rev 7364
Merge
Thu, 09 Dec 2010 16:05:25 -0500 Merge
jqzuo [Thu, 09 Dec 2010 16:05:25 -0500] rev 7363
Merge
Wed, 01 Dec 2010 14:35:06 -0500 Merge
jqzuo [Wed, 01 Dec 2010 14:35:06 -0500] rev 7362
Merge
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip