hotspot/src/share/vm/gc/g1/heapRegionManager.hpp
changeset 38177 b0c9cb06506b
parent 33786 ac8da6513351
child 41178 e567be097315
equal deleted inserted replaced
38175:4e2bff1a5467 38177:b0c9cb06506b
    81 
    81 
    82   FreeRegionList _free_list;
    82   FreeRegionList _free_list;
    83 
    83 
    84   // Each bit in this bitmap indicates that the corresponding region is available
    84   // Each bit in this bitmap indicates that the corresponding region is available
    85   // for allocation.
    85   // for allocation.
    86   BitMap _available_map;
    86   CHeapBitMap _available_map;
    87 
    87 
    88    // The number of regions committed in the heap.
    88    // The number of regions committed in the heap.
    89   uint _num_committed;
    89   uint _num_committed;
    90 
    90 
    91   // Internal only. The highest heap region +1 we allocated a HeapRegion instance for.
    91   // Internal only. The highest heap region +1 we allocated a HeapRegion instance for.