log src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp @ 24234:ea6f94ab283b default tip

age author description
Wed, 16 Nov 2016 12:32:54 -0800 Tom Rodriguez Merge with jdk8u111-b14
Tue, 01 Mar 2016 12:50:37 +0530 csahu 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux.
Wed, 01 Jun 2016 00:11:44 +0200 Doug Simon Merge.
Thu, 21 Jan 2016 15:15:05 +0100 tschatzl 8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries
Thu, 07 Jan 2016 17:28:46 +0100 Gilles Duboscq Merge with jdk8u66-b17
Wed, 07 Jan 2015 15:15:37 +0100 tschatzl 8048179: Early reclaim of large objects that are referenced by a few objects
Thu, 05 Nov 2015 15:18:36 -0800 Tom Rodriguez Add logic to verify HeapRegionRemSet when running G1
Fri, 29 Aug 2014 13:12:21 +0200 mgerdin 8048268: G1 Code Root Migration performs poorly
Wed, 03 Sep 2014 17:01:57 +0200 tschatzl 8057143: Incomplete renaming of variables containing "hrs" to "hrm" related to HeapRegionSeq
Fri, 29 Aug 2014 13:12:03 +0200 tschatzl Merge
Tue, 26 Aug 2014 09:36:53 +0200 tschatzl 8054819: Rename HeapRegionSeq to HeapRegionManager
Wed, 27 Aug 2014 08:19:12 -0400 zgu 8046598: Scalable Native memory tracking development
Thu, 21 Aug 2014 11:47:10 +0200 tschatzl 8038423: G1: Decommit memory within heap
Tue, 19 Aug 2014 12:39:06 +0200 brutisso 8040722: G1: Clean up usages of heap_region_containing
Wed, 23 Jul 2014 09:03:32 +0200 tschatzl 8027959: Early reclamation of large objects in G1
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8049421: G1 Class Unloading after completing a concurrent mark cycle
Mon, 21 Jul 2014 09:40:19 +0200 tschatzl 8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname)
Mon, 21 Jul 2014 09:40:19 +0200 tschatzl 8039596: Remove HeapRegionRemSet::clear_incoming_entry
Mon, 21 Jul 2014 09:40:19 +0200 tschatzl 8037344: Use the "next" field to iterate over fine remembered instead of using the hash table
Thu, 22 May 2014 15:52:41 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
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