src/hotspot/share/utilities/bitMap.hpp
changeset 51491 187c84a5efe1
parent 49828 ee3555b4a130
child 52394 96bd0f70ef99
equal deleted inserted replaced
51490:25048be67f4a 51491:187c84a5efe1
   286 
   286 
   287   // Test if all bits are set or cleared
   287   // Test if all bits are set or cleared
   288   bool is_full() const;
   288   bool is_full() const;
   289   bool is_empty() const;
   289   bool is_empty() const;
   290 
   290 
       
   291   void write_to(bm_word_t* buffer, size_t buffer_size_in_bytes) const;
   291   void print_on_error(outputStream* st, const char* prefix) const;
   292   void print_on_error(outputStream* st, const char* prefix) const;
   292 
   293 
   293 #ifndef PRODUCT
   294 #ifndef PRODUCT
   294  public:
   295  public:
   295   // Printing
   296   // Printing