commit | 42b8ab85a9ec70fa7776ac965edfbc5c63542f11 | [log] [tgz] |
---|---|---|
author | John Cuthbertson <johnc@openjdk.org> | Wed Apr 25 10:23:12 2012 -0700 |
committer | John Cuthbertson <johnc@openjdk.org> | Wed Apr 25 10:23:12 2012 -0700 |
tree | 5cb507f125ebccff10aa2123d05cf3c34db07cc3 | |
parent | daa2345c5c0184a15dce1a930388157ed1d18f8a [diff] |
7143490: G1: Remove HeapRegion::_top_at_conc_mark_count Removed the HeapRegion::_top_at_conc_mark_count field. It is no longer needed as a result of the changes for 6888336 and 7127706. Refactored the closures that finalize and verify the liveness counting data so that common functionality was placed into a base class. Reviewed-by: brutisso, tonyp