src/hotspot/share/gc/g1/heapRegion.hpp
changeset 55510 3e31a8beaae4
parent 54781 f3f07c76d3d1
child 55607 5919b273def6
equal deleted inserted replaced
55509:d58442b8abc1 55510:3e31a8beaae4
    58 
    58 
    59 class G1CollectedHeap;
    59 class G1CollectedHeap;
    60 class G1CMBitMap;
    60 class G1CMBitMap;
    61 class G1IsAliveAndApplyClosure;
    61 class G1IsAliveAndApplyClosure;
    62 class HeapRegionRemSet;
    62 class HeapRegionRemSet;
    63 class HeapRegionRemSetIterator;
       
    64 class HeapRegion;
    63 class HeapRegion;
    65 class HeapRegionSetBase;
    64 class HeapRegionSetBase;
    66 class nmethod;
    65 class nmethod;
    67 
    66 
    68 #define HR_FORMAT "%u:(%s)[" PTR_FORMAT "," PTR_FORMAT "," PTR_FORMAT "]"
    67 #define HR_FORMAT "%u:(%s)[" PTR_FORMAT "," PTR_FORMAT "," PTR_FORMAT "]"
   313   // there's clearing to be done ourselves. We also always mangle the space.
   312   // there's clearing to be done ourselves. We also always mangle the space.
   314   virtual void initialize(MemRegion mr, bool clear_space = false, bool mangle_space = SpaceDecorator::Mangle);
   313   virtual void initialize(MemRegion mr, bool clear_space = false, bool mangle_space = SpaceDecorator::Mangle);
   315 
   314 
   316   static int    LogOfHRGrainBytes;
   315   static int    LogOfHRGrainBytes;
   317   static int    LogOfHRGrainWords;
   316   static int    LogOfHRGrainWords;
       
   317   static int    LogCardsPerRegion;
   318 
   318 
   319   static size_t GrainBytes;
   319   static size_t GrainBytes;
   320   static size_t GrainWords;
   320   static size_t GrainWords;
   321   static size_t CardsPerRegion;
   321   static size_t CardsPerRegion;
   322 
   322