src/hotspot/share/memory/metaspace/spaceManager.hpp
branchstuefe-new-metaspace-branch
changeset 58227 0e7d9a23261e
parent 58099 5aeb07390c74
child 58683 2d5dd194c65c
equal deleted inserted replaced
58199:595fcbebaa77 58227:0e7d9a23261e
   131   void deallocate(MetaWord* p, size_t word_size);
   131   void deallocate(MetaWord* p, size_t word_size);
   132 
   132 
   133   // Update statistics. This walks all in-use chunks.
   133   // Update statistics. This walks all in-use chunks.
   134   void add_to_statistics(sm_stats_t* out) const;
   134   void add_to_statistics(sm_stats_t* out) const;
   135 
   135 
   136   // Run verifications. slow=true: verify chunk-internal integrity too.
   136   DEBUG_ONLY(void verify() const;)
   137   DEBUG_ONLY(void verify(bool slow) const;)
   137   DEBUG_ONLY(void verify_locked() const;)
   138 
   138 
   139 };
   139 };
   140 
   140 
   141 } // namespace metaspace
   141 } // namespace metaspace
   142 
   142