< prev index next >

src/hotspot/share/gc/g1/g1AllocRegion.hpp

Print this page

        

*** 36,46 **** // full it will be retired and replaced with a new one. The // implementation assumes that fast-path allocations will be lock-free // and a lock will need to be taken when the active region needs to be // replaced. ! class G1AllocRegion VALUE_OBJ_CLASS_SPEC { private: // The active allocating region we are currently allocating out // of. The invariant is that if this object is initialized (i.e., // init() has been called and release() has not) then _alloc_region --- 36,46 ---- // full it will be retired and replaced with a new one. The // implementation assumes that fast-path allocations will be lock-free // and a lock will need to be taken when the active region needs to be // replaced. ! class G1AllocRegion { private: // The active allocating region we are currently allocating out // of. The invariant is that if this object is initialized (i.e., // init() has been called and release() has not) then _alloc_region
< prev index next >