Fri, 06 Mar 2009 21:36:50 -0800 6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638)
jrose [Fri, 06 Mar 2009 21:36:50 -0800] rev 2149
6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638) Summary: Code in vtableStubs and templateTable moved into MacroAssembler. Reviewed-by: kvn
Wed, 04 Mar 2009 09:58:39 -0800 6812678: macro assembler needs delayed binding of a few constants (for 6655638)
jrose [Wed, 04 Mar 2009 09:58:39 -0800] rev 2148
6812678: macro assembler needs delayed binding of a few constants (for 6655638) Summary: minor assembler enhancements preparing for method handles Reviewed-by: kvn
Tue, 03 Mar 2009 18:25:57 -0800 6812721: Block's frequency should not be NaN
kvn [Tue, 03 Mar 2009 18:25:57 -0800] rev 2147
6812721: Block's frequency should not be NaN Summary: Set MIN_BLOCK_FREQUENCY block's frequency when calculated block's frequency is NaN Reviewed-by: never
Mon, 09 Mar 2009 11:32:57 -0400 Merge
tonyp [Mon, 09 Mar 2009 11:32:57 -0400] rev 2146
Merge
Sat, 07 Mar 2009 11:07:37 -0500 6814467: G1: small fixes related to concurrent marking verboseness
tonyp [Sat, 07 Mar 2009 11:07:37 -0500] rev 2145
6814467: G1: small fixes related to concurrent marking verboseness Summary: A few small fixes to remove some inconsistencies in the concurrent mark-related verbose GC output. Reviewed-by: jmasa
Sat, 07 Mar 2009 11:07:37 -0500 6812428: G1: Error: assert(ret || obj_in_cs(obj),"sanity")
tonyp [Sat, 07 Mar 2009 11:07:37 -0500] rev 2144
6812428: G1: Error: assert(ret || obj_in_cs(obj),"sanity") Summary: The length of the fast cset test vector is decided at the beginning of a GC, but more regions can be added during the GC. The simple fix is to set the length of the fast cset test vector to the max. Reviewed-by: iveresov
Sat, 07 Mar 2009 11:07:36 -0500 6810698: G1: two small bugs in the sparse remembered sets
tonyp [Sat, 07 Mar 2009 11:07:36 -0500] rev 2143
6810698: G1: two small bugs in the sparse remembered sets Summary: The _expanded flag of the sparse RSets is not reset and this can leave a RSet in an inconsistent state if it is expanded more than once. Also, we should be iterating over the _cur, instead of the _next, sparse table Reviewed-by: apetrusenko, iveresov
Fri, 06 Mar 2009 13:50:14 -0800 6720309: G1: don't synchronously update RSet during evacuation pauses
iveresov [Fri, 06 Mar 2009 13:50:14 -0800] rev 2142
6720309: G1: don't synchronously update RSet during evacuation pauses 6720334: G1: don't update RSets of collection set regions during an evacuation pause Summary: Introduced a deferred update mechanism for delaying the rset updates during the collection pause Reviewed-by: apetrusenko, tonyp
Mon, 02 Mar 2009 16:37:04 -0800 6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC
ysr [Mon, 02 Mar 2009 16:37:04 -0800] rev 2141
6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint. Reviewed-by: jmasa, alanb, mchung
Thu, 05 Mar 2009 22:07:29 -0500 Merge
acorn [Thu, 05 Mar 2009 22:07:29 -0500] rev 2140
Merge
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip