mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
Merge
This commit is contained in:
commit
512ffd9ded
68 changed files with 619 additions and 561 deletions
|
@ -110,8 +110,7 @@ void G1CMBitMap::initialize(MemRegion heap, G1RegionToSpaceMapper* storage) {
|
|||
_bmStartWord = heap.start();
|
||||
_bmWordSize = heap.word_size();
|
||||
|
||||
_bm.set_map((BitMap::bm_word_t*) storage->reserved().start());
|
||||
_bm.set_size(_bmWordSize >> _shifter);
|
||||
_bm = BitMapView((BitMap::bm_word_t*) storage->reserved().start(), _bmWordSize >> _shifter);
|
||||
|
||||
storage->set_mapping_changed_listener(&_listener);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue