src/share/vm/gc_implementation/g1/heapRegion.hpp

Print this page

        

*** 245,259 **** // True iff an attempt to evacuate an object in the region failed. bool _evacuation_failed; // A heap region may be a member one of a number of special subsets, each ! // represented as linked lists through the field below. Currently, these ! // sets include: // The collection set. - // The set of allocation regions used in a collection pause. - // Spaces that may contain gray objects. HeapRegion* _next_in_special_set; // next region in the young "generation" region set HeapRegion* _next_young_region; --- 245,257 ---- // True iff an attempt to evacuate an object in the region failed. bool _evacuation_failed; // A heap region may be a member one of a number of special subsets, each ! // represented as linked lists through the field below. Currently, there ! // is only one set: // The collection set. HeapRegion* _next_in_special_set; // next region in the young "generation" region set HeapRegion* _next_young_region;