jrose [Wed, 13 Jan 2010 23:05:52 -0800] rev 4644
6912065: final fields in objects need to support inlining optimizations for JSR 292
Reviewed-by: twisti, kvn
cfang [Tue, 12 Jan 2010 14:37:35 -0800] rev 4643
6894779: Loop Predication for Loop Optimizer in C2
Summary: Loop predication implementation
Reviewed-by: never, kvn
trims [Tue, 19 Jan 2010 14:23:18 -0800] rev 4642
Merge
ysr [Sat, 16 Jan 2010 23:51:50 -0800] rev 4641
Merge
johnc [Wed, 13 Jan 2010 15:45:47 -0800] rev 4640
6915005: G1: Hang in PtrQueueSet::completed_buffers_list_length with gcl001
Summary: When enqueuing a completed PtrQueue buffer, cache a local pointer to the buffer and clear the field in the PtrQueue prior to unlocking the mutex referenced by the _lock field and pass the cached local value to the enqueuing routine. This will prevent the same completed buffer being enqueued multiple times, which causes the hang.
Reviewed-by: ysr
tonyp [Thu, 14 Jan 2010 09:20:13 -0800] rev 4639
Merge
tonyp [Wed, 13 Jan 2010 15:46:13 -0500] rev 4638
6916652: G1: remove +UseG1GC from under experimental options
Summary: What the title says.
Reviewed-by: ysr, jmasa
ysr [Wed, 13 Jan 2010 15:26:39 -0800] rev 4637
6896647: card marks can be deferred too long
Summary: Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
Reviewed-by: never, johnc
johnc [Tue, 12 Jan 2010 14:56:46 -0800] rev 4636
6902115: G1:assert(ignore_max_completed||thread->is_Java_thread()||SafepointSynchronize::is_at_safepoint())
Summary: Remove invalid assert and mangle filler objects in TLABs that are being retired.
Reviewed-by: ysr, jmasa
mikejwre [Thu, 21 Jan 2010 11:12:25 -0800] rev 4635
Added tag jdk7-b80 for changeset 8f15a8afca28
mikejwre [Thu, 21 Jan 2010 11:12:21 -0800] rev 4634
Added tag jdk7-b80 for changeset e28f9a870f12
duke [Wed, 05 Jul 2017 17:05:41 +0200] rev 4633
Added tag jdk7-b80 for changeset e6abd38682d2
duke [Wed, 05 Jul 2017 17:05:40 +0200] rev 4632
Merge
duke [Wed, 05 Jul 2017 17:05:38 +0200] rev 4631
Merge
katleman [Thu, 14 Jan 2010 15:48:46 -0800] rev 4630
Added tag jdk7-b79 for changeset e7616c247414