mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
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
This commit is contained in:
parent
f5558edf7b
commit
377a04fe57
6 changed files with 64 additions and 192 deletions
|
@ -56,7 +56,6 @@ G1OffsetTableContigSpace::block_start_const(const void* p) const {
|
|||
}
|
||||
|
||||
inline void HeapRegion::note_start_of_marking() {
|
||||
init_top_at_conc_mark_count();
|
||||
_next_marked_bytes = 0;
|
||||
_next_top_at_mark_start = top();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue