mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6711316: Open source the Garbage-First garbage collector
First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
This commit is contained in:
parent
39463bb3fc
commit
18f3386a98
215 changed files with 36088 additions and 1249 deletions
|
@ -123,17 +123,6 @@ compactibleFreeListSpace.hpp space.hpp
|
|||
|
||||
compactingPermGenGen.cpp concurrentMarkSweepGeneration.inline.hpp
|
||||
|
||||
concurrentGCThread.cpp concurrentGCThread.hpp
|
||||
concurrentGCThread.cpp init.hpp
|
||||
concurrentGCThread.cpp instanceRefKlass.hpp
|
||||
concurrentGCThread.cpp interfaceSupport.hpp
|
||||
concurrentGCThread.cpp java.hpp
|
||||
concurrentGCThread.cpp javaCalls.hpp
|
||||
concurrentGCThread.cpp oop.inline.hpp
|
||||
concurrentGCThread.cpp systemDictionary.hpp
|
||||
|
||||
concurrentGCThread.hpp thread.hpp
|
||||
|
||||
concurrentMarkSweepGeneration.cpp cardTableRS.hpp
|
||||
concurrentMarkSweepGeneration.cpp cmsAdaptiveSizePolicy.hpp
|
||||
concurrentMarkSweepGeneration.cpp cmsCollectorPolicy.hpp
|
||||
|
@ -165,7 +154,7 @@ concurrentMarkSweepGeneration.cpp systemDictionary.hpp
|
|||
concurrentMarkSweepGeneration.cpp vmCMSOperations.hpp
|
||||
concurrentMarkSweepGeneration.cpp vmThread.hpp
|
||||
|
||||
concurrentMarkSweepGeneration.hpp bitMap.hpp
|
||||
concurrentMarkSweepGeneration.hpp bitMap.inline.hpp
|
||||
concurrentMarkSweepGeneration.hpp freeBlockDictionary.hpp
|
||||
concurrentMarkSweepGeneration.hpp gSpaceCounters.hpp
|
||||
concurrentMarkSweepGeneration.hpp gcStats.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue