log src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 21143:e13c65f874e5

age author description
Tue, 28 Apr 2015 17:08:47 -0700 iveresov Make G1 and Graal be friends in JDK9
Tue, 07 Apr 2015 19:00:45 +0200 Gilles Duboscq Remove G1 heap hack
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Wed, 26 Nov 2014 08:14:21 -0800 asaha Merge
Wed, 19 Nov 2014 12:52:56 -0800 asaha Merge
Wed, 05 Nov 2014 15:35:11 -0800 asaha Merge
Thu, 23 Oct 2014 12:02:08 -0700 asaha Merge
Tue, 19 Aug 2014 02:05:49 -0700 poonam 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
Tue, 11 Nov 2014 13:45:21 +0100 stefank 8064556: G1: ParallelGCThreads=0 may cause assert(!MetadataOnStackMark::has_buffer_for_thread(Thread::current())) failed: Should be empty
Thu, 02 Oct 2014 10:55:36 +0200 stefank 8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
Mon, 20 Oct 2014 10:18:17 +0200 sjohanss 8058568: GC cleanup phase can cause G1 skipping a System.gc()
Fri, 10 Oct 2014 15:51:58 +0200 tschatzl 8059758: Footprint regressions with JDK-8038423
Mon, 06 Oct 2014 10:11:13 +0200 sjohanss 8059466: Force young GC to initiate marking cycle when stat update is requested
Tue, 30 Sep 2014 09:44:36 +0200 tschatzl 8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
Wed, 10 Sep 2014 11:55:33 +0200 tonyp 8057799: Unnecessary NULL check in G1KeepAliveClosure
Fri, 29 Aug 2014 13:12:21 +0200 mgerdin 8048268: G1 Code Root Migration performs poorly
Tue, 16 Sep 2014 14:27:40 +0200 brutisso 8057768: Make heap region region type in G1 HeapRegion explicit
Wed, 10 Sep 2014 13:01:13 -0700 jcoomes 8057818: collect allocation context statistics at gc pauses
Fri, 05 Sep 2014 09:49:19 +0200 sjohanss 8057536: Refactor G1 to allow context specific allocations
Tue, 26 Aug 2014 09:36:53 +0200 tschatzl 8054819: Rename HeapRegionSeq to HeapRegionManager
Wed, 27 Aug 2014 09:36:55 +0200 tschatzl Merge
Thu, 21 Aug 2014 16:44:41 +0200 tschatzl 8055098: WB API should be extended to provide information about size and age of object.
Tue, 26 Aug 2014 10:28:43 +0200 brutisso 8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
Thu, 21 Aug 2014 11:47:10 +0200 tschatzl 8038423: G1: Decommit memory within heap
Tue, 19 Aug 2014 10:50:27 +0200 tschatzl 8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
Tue, 19 Aug 2014 12:39:06 +0200 brutisso 8040722: G1: Clean up usages of heap_region_containing
Tue, 01 Apr 2014 07:46:51 +0200 brutisso 8038829: G1: More useful information in a few assert messages
Tue, 19 Aug 2014 02:05:49 -0700 poonam 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
Tue, 12 Aug 2014 15:17:46 +0000 tschatzl Merge
Thu, 07 Aug 2014 22:28:53 +0200 tschatzl 8054341: Remove some obsolete code in G1CollectedHeap class