src/hotspot/share/memory/metaspace/leftOverBins.hpp
branchstuefe-new-metaspace-branch
changeset 59271 1558266946de
parent 59238 6ce12ce00d3e
equal deleted inserted replaced
59257:990b1fed3b47 59271:1558266946de
    94 
    94 
    95   void statistics(block_stats_t* stats) const;
    95   void statistics(block_stats_t* stats) const;
    96 
    96 
    97   void print(outputStream* st, bool detailed = false) const;
    97   void print(outputStream* st, bool detailed = false) const;
    98 
    98 
       
    99   bool is_empty() const {
       
   100     return _very_small_bins.is_empty() && _current == NULL;
       
   101   }
       
   102 
    99   size_t total_word_size() const { return _total_word_size.get(); }
   103   size_t total_word_size() const { return _total_word_size.get(); }
   100 
   104 
   101 };
   105 };
   102 
   106 
   103 
   107