log src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp @ 4020:5e5d4821bf07

age author description
Thu, 20 Oct 2011 10:21:35 +0200 brutisso 7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range.
Wed, 05 Oct 2011 08:44:10 -0700 johnc 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
Fri, 12 Aug 2011 11:31:06 -0400 tonyp 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally
Tue, 21 Jun 2011 15:23:07 -0400 tonyp 7046182: G1: remove unnecessary iterations over the collection set
Fri, 10 Jun 2011 13:16:40 -0400 tonyp 7045330: G1: Simplify/fix the HeapRegionSeq class
Tue, 25 Jan 2011 17:58:19 -0500 tonyp 7014261: G1: RSet-related failures
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot