hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp
Mon, 18 Jan 2016 10:25:41 +0100 goetz 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
Tue, 26 Jan 2016 15:28:31 +0100 david 8147814: Move verification code out of g1collectedheap
Tue, 19 Jan 2016 09:39:28 +0100 asiebenborn 8147611: G1 - Missing memory barrier in start_cset_region_for_worker
Fri, 15 Jan 2016 10:34:52 -0800 poonam 8145442: Add the facility to verify remembered sets for G1
Thu, 14 Jan 2016 13:26:19 +0100 david 8146690: Make all classes in GC follow the naming convention.
Fri, 08 Jan 2016 15:41:44 -0500 aharlap 8145037: Clean up FreeIdSet usage
Thu, 07 Jan 2016 16:25:53 +0100 david 8146399: Refactor the BlockOffsetTable classes.
Tue, 22 Dec 2015 11:03:37 +0100 tschatzl 8145774: Move scrubbing setup code away out of ConcurrentMark
Tue, 22 Dec 2015 11:02:04 +0100 tschatzl 8145672: Remove dependency of G1FromCardCache to HeapRegionRemSet
Fri, 18 Dec 2015 08:17:30 -0800 sangheki 8068394: Trace event for concurrent GC phases
Tue, 15 Dec 2015 09:58:29 +0100 brutisso 8145303: Clean up the units for log_gc_footer
Mon, 14 Dec 2015 13:47:35 +0100 david 8145301: Improve and unify the printout format for the g1HRPrinter.
Fri, 11 Dec 2015 13:48:52 +0100 david 8144996: Replace the HeapRegionSetCount class with an uint
Thu, 10 Dec 2015 14:57:55 +0100 brutisso 8145092: Use Unified Logging for the GC logging
Wed, 09 Dec 2015 14:49:26 +0100 david 8144837: Improve the printout of heap regions in hs_err dump files.
Tue, 08 Dec 2015 20:04:03 +0100 mgronlun 8140485: Class load and creation cleanup
Fri, 04 Dec 2015 09:36:16 -0800 mikael 8144605: Invalid format specifier when printing in_cset_state_t
Thu, 26 Nov 2015 13:13:03 +0100 sjohanss 8143251: HeapRetentionTest.java Test is failing on jdk9/dev
Wed, 29 Apr 2015 13:17:46 +0200 ehelin 8142402: G1 should not redirty cards in free regions
Thu, 26 Nov 2015 13:45:59 +0100 ehelin 8144076: Move evac failure handling and reference processing to post_evacuate_collection_set
Thu, 26 Nov 2015 13:43:10 +0100 ehelin 8144075: Move prepare_for_oops_into_collection_set_do into pre_evacuate_collection_set
Thu, 26 Nov 2015 09:50:22 +0100 ehelin 8142404: Parallelize the restoring of preserved marks
Mon, 19 Oct 2015 16:33:12 +0200 ehelin 8139892: Allow G1CollectorPolicy to specify if reference processing should be enabled
Wed, 25 Nov 2015 19:27:38 +0000 tschatzl Merge
Wed, 25 Nov 2015 17:32:44 +0000 ehelin Merge
Tue, 24 Nov 2015 15:46:45 +0100 ehelin 8142495: Move G1ParEvacuateFollowersClosure to header file
Wed, 25 Nov 2015 13:52:26 +0000 tschatzl Merge
Tue, 24 Nov 2015 10:22:36 +0100 tschatzl 8136681: Factor out IHOP calculation from G1CollectorPolicy
Tue, 24 Nov 2015 14:03:42 +0100 david 8143587: G1 crashes with humongous object of size that almost fills a heap region
Fri, 20 Nov 2015 17:32:02 +0100 david 8138681: Runtime.getFreeMemory() reports wrong value after humongous allocation.
Thu, 19 Nov 2015 12:43:08 -0500 drwhite 8143252: Clean up G1CollectedHeap interface
Wed, 18 Nov 2015 11:47:55 -0500 coleenp 8141570: Fix Zero interpreter build for --disable-precompiled-headers
Fri, 13 Nov 2015 12:36:17 +0000 tschatzl Merge
Fri, 13 Nov 2015 09:28:53 +0100 sjohanss 8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
Thu, 12 Nov 2015 09:52:04 -0800 sangheki 8134631: G1DummyRegionsPerGC fires assert of assert(words <= filler_array_max_size()) failed: too big for a single object
Tue, 10 Nov 2015 09:29:40 +0100 tschatzl 8140585: PLAB statistics are flushed too late
Mon, 09 Nov 2015 11:26:15 +0100 david 8141434: G1CollectedHeap::into_cset_dirty_card_queue_set should be moved to G1RemSet
Mon, 09 Nov 2015 09:19:39 +0100 david 8139867: Change how startsHumongous and continuesHumongous regions work in G1.
Wed, 04 Nov 2015 18:10:18 +0000 tschatzl Merge
Wed, 04 Nov 2015 16:42:11 +0100 mgerdin 8141422: G1 eager reclaim card dirtying may dirty outside of allocated objects
Wed, 04 Nov 2015 17:36:29 +0100 tschatzl 8141134: Remove unnecessary pragma warning(disable:4355) from GC code
Sat, 31 Oct 2015 15:27:48 +0100 ehelin 8140509: Add note_gc_start to G1CollectorPolicy
Fri, 30 Oct 2015 10:15:06 +0100 ehelin 8140508: Add utility method for logging phases to G1CollectorPolicy
Wed, 28 Oct 2015 15:03:40 +0100 coleenp Merge
Wed, 28 Oct 2015 09:47:23 -0400 coleenp 8139203: Consistent naming for klass type predicates
Wed, 14 Oct 2015 14:51:10 +0200 mgerdin 8139149: Split G1 evacuate_collection_set into multiple steps
Mon, 26 Oct 2015 13:11:36 -0400 coleenp 8139163: InstanceKlass::cast passes through NULL
Wed, 21 Oct 2015 13:46:25 +0000 ecaspole Merge
Tue, 13 Oct 2015 10:06:46 +0200 stefank 8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
Tue, 20 Oct 2015 22:35:46 +0000 ecaspole Merge
Tue, 20 Oct 2015 11:17:19 -0400 jprovino Merge
Sat, 17 Oct 2015 19:40:30 -0400 dlong Merge
Thu, 08 Oct 2015 12:49:30 -1000 twisti 8136421: JEP 243: Java-Level JVM Compiler Interface
Tue, 20 Oct 2015 14:01:49 -0400 ecaspole 8060017: G1: Report heap sizing time
Wed, 14 Oct 2015 14:50:43 +0200 mgerdin 8138762: Refactor setup of evacuation closures in G1
Tue, 13 Oct 2015 14:49:13 +0200 tschatzl 8069330: Adjustment of concurrent refinement thresholds does not take hot card cache into account
Tue, 13 Oct 2015 08:37:44 +0200 david 8139427: Break out YoungList to own class.
Fri, 09 Oct 2015 20:31:56 +0200 brutisso 8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953
Wed, 30 Sep 2015 18:09:40 -0400 aharlap 8130265: gctests/LargeObjects/large001 fails with OutOfMemoryError: Java heap space
Wed, 30 Sep 2015 09:07:21 +0200 brutisso 8134953: Make the GC ID available in a central place
less more (0) -100 -60 tip