aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/gc_implementation/g1/g1RemSet.cpp
AgeCommit message (Collapse)Author
2009-05-196819065: G1: eliminate high serial card table clearing timeapetrusenko
Reviewed-by: iveresov, tonyp
2009-05-116484957: G1: parallel concurrent refinementiveresov
6826318: G1: remove traversal-based refinement code Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel. Reviewed-by: tonyp
2009-04-306490395: G1: Tidy up command line flags.johnc
Summary: Change G1 flag names to be more consistent and disable some in 'product' mode. Reviewed-by: tonyp, iveresov
2009-04-276819098: G1: reduce RSet scanning timesiveresov
Summary: Added a feedback-driven exponential skipping for parallel RSet scanning. Reviewed-by: tonyp, apetrusenko
2009-03-256543938: G1: remove the concept of popularityapetrusenko
Reviewed-by: iveresov, tonyp
2009-03-216820321: G1: Error: guarantee(check_nums(total, n, parts), "all seq lengths ↵tonyp
should match") Summary: Small fixes to sort out some verbosegc-related incorrectness and a failure Reviewed-by: apetrusenko
2009-03-18Mergetonyp
2009-03-166816154: G1: introduce flags to enable/disable RSet updating and scanningtonyp
Summary: Introduces two flags, -XX:-/+G1EnableParallelRSetUpdating and -XX:-/+G1EnableParallelRSetScanning, to turn on/off the "band aid" fix that serializes RSet updating / scanning during GCs. Reviewed-by: iveresov
2009-03-166817419: G1: Enable extensive verification for humongous regionsiveresov
Summary: Enabled full verification for humongous regions. Also made sure that the VerifyAfterGC works with deferred updates and G1HRRSFlushLogBuffersOnVerify. Reviewed-by: tonyp
2009-03-12Mergetrims
2009-03-106760309: G1: update remembered sets during Full GCsapetrusenko
Reviewed-by: iveresov, tonyp
2009-03-096814575: Update copyright yearxdono
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
2009-03-066720309: G1: don't synchronously update RSet during evacuation pausesiveresov
6720334: G1: don't update RSets of collection set regions during an evacuation pause Summary: Introduced a deferred update mechanism for delaying the rset updates during the collection pause Reviewed-by: apetrusenko, tonyp
2009-02-066484959: G1: introduce survivor spacesapetrusenko
6797754: G1: combined bugfix Summary: Implemented a policy to control G1 survivor space parameters. Reviewed-by: tonyp, iveresov
2008-06-056711316: Open source the Garbage-First garbage collectorysr
Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr