mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8141501: Problems with BitMap buffer management
Reviewed-by: pliden, kbarrett
This commit is contained in:
parent
46d52062aa
commit
f8be292b88
41 changed files with 539 additions and 319 deletions
|
@ -182,8 +182,8 @@ private:
|
|||
|
||||
HeapWord* _region_start;
|
||||
size_t _region_size;
|
||||
BitMap _beg_bits;
|
||||
BitMap _end_bits;
|
||||
BitMapView _beg_bits;
|
||||
BitMapView _end_bits;
|
||||
PSVirtualSpace* _virtual_space;
|
||||
size_t _reserved_byte_size;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue