log src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp @ 17844:8847586c9037

age author description
Thu, 03 Apr 2014 17:49:31 +0400 vkempik 8016302: Change type of the number of GC workers to unsigned int (2)
Mon, 24 Mar 2014 15:30:50 +0100 tschatzl 8034868: Extract G1 From Card Cache into separate class
Mon, 24 Mar 2014 15:30:36 +0100 tschatzl 8027295: Free CSet takes ~50% of young pause time
Mon, 24 Mar 2014 15:30:30 +0100 tschatzl 8035815: Cache-align and pad the from card cache
Mon, 24 Mar 2014 15:30:14 +0100 tschatzl 8035406: Improve data structure for Code Cache remembered sets
Thu, 07 Nov 2013 15:17:10 +0100 tschatzl 8027756: assert(!hr->isHumongous()) failed: code root in humongous region?
Thu, 26 Sep 2013 10:25:02 -0400 hseigel 7195622: CheckUnhandledOops has limited usefulness now
Thu, 15 Aug 2013 10:52:18 +0200 johnc 7145569: G1: optimize nmethods scanning
Tue, 21 May 2013 11:30:14 +0200 tschatzl 8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes
Fri, 17 May 2013 06:01:10 +0200 jwilhelm Merge
Thu, 16 May 2013 13:02:33 +0200 tschatzl 8014240: G1: Add remembered set size information to output of G1PrintRegionLivenessInfo
Tue, 14 May 2013 09:41:12 -0700 minqi 8012902: remove use of global operator new - take 2
Thu, 02 May 2013 19:28:59 +0200 mgerdin Merge
Mon, 29 Apr 2013 09:31:59 +0200 mgerdin Merge
Thu, 18 Apr 2013 10:09:23 -0700 johnc 8011724: G1: Stack allocate instances of HeapRegionRemSetIterator
Tue, 30 Apr 2013 11:56:52 -0700 ccheung 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
Sun, 21 Apr 2013 20:41:04 -0700 dcubed 8012907: anti-delta fix for 8010992
Fri, 19 Apr 2013 11:08:52 -0700 minqi 8010992: Remove calls to global ::operator new[] and new
Thu, 13 Sep 2012 21:20:26 +0200 brutisso 7197906: BlockOffsetArray::power_to_cards_back() needs to handle > 32 bit shifts
Tue, 17 Jul 2012 12:24:05 -0700 johnc 7182260: G1: Fine grain RSet freeing bottleneck
Mon, 02 Jul 2012 13:11:28 -0400 coleenp Merge
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Mon, 25 Jun 2012 16:00:55 -0700 johnc 6921087: G1: remove per-GC-thread expansion tables from the fine-grain remembered sets
Fri, 25 May 2012 22:35:13 +0200 brutisso 7171936: LOG_G incorrectly defined in globalDefinitions.hpp
Wed, 18 Apr 2012 07:21:15 -0400 tonyp 7157073: G1: type change size_t -> uint for region counts / indexes
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