src/hotspot/share/gc/shared/genCollectedHeap.hpp
changeset 59153 1152339c298a
parent 59053 ba6c248cae19
equal deleted inserted replaced
59152:59272e9e0635 59153:1152339c298a
   246   void prune_scavengable_nmethods();
   246   void prune_scavengable_nmethods();
   247 
   247 
   248   // Iteration functions.
   248   // Iteration functions.
   249   void oop_iterate(OopIterateClosure* cl);
   249   void oop_iterate(OopIterateClosure* cl);
   250   void object_iterate(ObjectClosure* cl);
   250   void object_iterate(ObjectClosure* cl);
   251   void safe_object_iterate(ObjectClosure* cl);
       
   252   Space* space_containing(const void* addr) const;
   251   Space* space_containing(const void* addr) const;
   253 
   252 
   254   // A CollectedHeap is divided into a dense sequence of "blocks"; that is,
   253   // A CollectedHeap is divided into a dense sequence of "blocks"; that is,
   255   // each address in the (reserved) heap is a member of exactly
   254   // each address in the (reserved) heap is a member of exactly
   256   // one block.  The defining characteristic of a block is that it is
   255   // one block.  The defining characteristic of a block is that it is