jdk/hotspot/src/share/vm/gc_implementation/g1
Y. Srinivas Ramakrishna 8fbb0e0f4a Merge
2011-10-10 08:40:34 -07:00
..
bufferingOopClosure.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
collectionSetChooser.cpp 7095236: G1: _markedRegions never contains NULL regions 2011-10-06 18:56:47 -07:00
collectionSetChooser.hpp 7095236: G1: _markedRegions never contains NULL regions 2011-10-06 18:56:47 -07:00
concurrentG1Refine.cpp 7033292: G1: nightly failure: Non-dirty cards in region that should be dirty 2011-04-04 13:18:35 -04:00
concurrentG1Refine.hpp 7036021: G1: build failure on win64 and linux with hs21 in jdk6 build environment 2011-04-15 10:10:50 -07:00
concurrentG1RefineThread.cpp 7084509: G1: fix inconsistencies and mistakes in the young list target length calculations 2011-09-08 05:16:49 -04:00
concurrentG1RefineThread.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
concurrentMark.cpp 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t 2011-10-05 08:44:10 -07:00
concurrentMark.hpp 6484982: G1: process references during evacuation pauses 2011-09-22 10:57:37 -07:00
concurrentMark.inline.hpp 7055073: G1: code cleanup in the concurrentMark.* files 2011-06-20 22:03:13 -04:00
concurrentMarkThread.cpp 6814390: G1: remove the concept of non-generational G1 2011-08-19 09:30:59 +02:00
concurrentMarkThread.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
concurrentMarkThread.inline.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
dirtyCardQueue.cpp 7089790: integrate bsd-port changes 2011-09-25 16:03:29 -07:00
dirtyCardQueue.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
g1_globals.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
g1_globals.hpp 7005808: G1: re-enable ReduceInitialCardMarks for G1 2011-09-28 08:21:30 +02:00
g1_specialized_oop_closures.hpp 7080389: G1: refactor marking code in evacuation pause copy closures 2011-08-29 10:13:06 -07:00
g1AllocRegion.cpp 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally 2011-08-12 11:31:06 -04:00
g1AllocRegion.hpp 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally 2011-08-12 11:31:06 -04:00
g1AllocRegion.inline.hpp 7023069: G1: Introduce symmetric locking in the slow allocation path 2011-03-30 10:26:59 -04:00
g1BlockOffsetTable.cpp 7007068: G1: refine the BOT during evac failure handling 2011-01-12 13:06:00 -05:00
g1BlockOffsetTable.hpp 7007068: G1: refine the BOT during evac failure handling 2011-01-12 13:06:00 -05:00
g1BlockOffsetTable.inline.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
g1CollectedHeap.cpp 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t 2011-10-05 08:44:10 -07:00
g1CollectedHeap.hpp 7005808: G1: re-enable ReduceInitialCardMarks for G1 2011-09-28 08:21:30 +02:00
g1CollectedHeap.inline.hpp 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally 2011-08-12 11:31:06 -04:00
g1CollectorPolicy.cpp 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t 2011-10-05 08:44:10 -07:00
g1CollectorPolicy.hpp 7075646: G1: fix inconsistencies in the monitoring data 2011-09-23 16:07:49 -04:00
g1ErgoVerbose.cpp 7050392: G1: Introduce flag to generate a log of the G1 ergonomic decisions 2011-09-07 12:21:23 -04:00
g1ErgoVerbose.hpp 7089625: G1: policy for how many old regions to add to the CSet (when young gen is fixed) is broken 2011-09-13 12:40:14 -04:00
g1HRPrinter.cpp 7049999: G1: Make the G1PrintHeapRegions output consistent and complete 2011-06-24 12:38:49 -04:00
g1HRPrinter.hpp 7049999: G1: Make the G1PrintHeapRegions output consistent and complete 2011-06-24 12:38:49 -04:00
g1MarkSweep.cpp 6484982: G1: process references during evacuation pauses 2011-09-22 10:57:37 -07:00
g1MarkSweep.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
g1MMUTracker.cpp 7050392: G1: Introduce flag to generate a log of the G1 ergonomic decisions 2011-09-07 12:21:23 -04:00
g1MMUTracker.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
g1MonitoringSupport.cpp 7075646: G1: fix inconsistencies in the monitoring data 2011-09-23 16:07:49 -04:00
g1MonitoringSupport.hpp 7097048: G1: extend the G1 SA changes to print per-heap space information 2011-10-03 19:04:14 -04:00
g1OopClosures.hpp 7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054 2011-10-03 12:49:53 -07:00
g1OopClosures.inline.hpp 7046558: G1: concurrent marking optimizations 2011-06-14 10:33:43 -04:00
g1RemSet.cpp 7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054 2011-10-03 12:49:53 -07:00
g1RemSet.hpp 7046182: G1: remove unnecessary iterations over the collection set 2011-06-21 15:23:07 -04:00
g1RemSet.inline.hpp 7046182: G1: remove unnecessary iterations over the collection set 2011-06-21 15:23:07 -04:00
g1SATBCardTableModRefBS.cpp 7089790: integrate bsd-port changes 2011-09-25 16:03:29 -07:00
g1SATBCardTableModRefBS.hpp 7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error 2011-04-07 09:53:20 -07:00
heapRegion.cpp 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t 2011-10-05 08:44:10 -07:00
heapRegion.hpp 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t 2011-10-05 08:44:10 -07:00
heapRegion.inline.hpp 7023069: G1: Introduce symmetric locking in the slow allocation path 2011-03-30 10:26:59 -04:00
heapRegionRemSet.cpp 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t 2011-10-05 08:44:10 -07:00
heapRegionRemSet.hpp 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t 2011-10-05 08:44:10 -07:00
heapRegionSeq.cpp 7045330: G1: Simplify/fix the HeapRegionSeq class 2011-06-10 13:16:40 -04:00
heapRegionSeq.hpp 7059019: G1: add G1 support to the SA 2011-09-20 09:59:59 -04:00
heapRegionSeq.inline.hpp 7045330: G1: Simplify/fix the HeapRegionSeq class 2011-06-10 13:16:40 -04:00
heapRegionSet.cpp 7029458: G1: Add newly-reclaimed regions to the beginning of the region free list, not the end 2011-03-29 22:36:16 -04:00
heapRegionSet.hpp 7045662: G1: OopsInHeapRegionClosure::set_region() should not be virtual 2011-06-08 21:48:38 -04:00
heapRegionSet.inline.hpp 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles 2011-05-25 13:31:51 -07:00
heapRegionSets.cpp 7046182: G1: remove unnecessary iterations over the collection set 2011-06-21 15:23:07 -04:00
heapRegionSets.hpp 7046182: G1: remove unnecessary iterations over the collection set 2011-06-21 15:23:07 -04:00
ptrQueue.cpp 7089790: integrate bsd-port changes 2011-09-25 16:03:29 -07:00
ptrQueue.hpp 7011379: G1: overly long concurrent marking cycles 2011-01-19 09:35:17 -05:00
satbQueue.cpp 6484982: G1: process references during evacuation pauses 2011-09-22 10:57:37 -07:00
satbQueue.hpp 7011379: G1: overly long concurrent marking cycles 2011-01-19 09:35:17 -05:00
sparsePRT.cpp 7045330: G1: Simplify/fix the HeapRegionSeq class 2011-06-10 13:16:40 -04:00
sparsePRT.hpp 7014261: G1: RSet-related failures 2011-01-25 17:58:19 -05:00
survRateGroup.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
survRateGroup.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
vm_operations_g1.cpp 7050392: G1: Introduce flag to generate a log of the G1 ergonomic decisions 2011-09-07 12:21:23 -04:00
vm_operations_g1.hpp 7015169: GC Cause not always set 2011-02-03 20:49:09 -08:00
vmStructs_g1.hpp 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t 2011-10-05 08:44:10 -07:00