src/share/vm/utilities/bitMap.hpp

changeset 4904
7b835924c31c
parent 3691
2a0172480595
child 5278
b9d151496930
equal deleted inserted replaced
4903:ba42fd5e00e6 4904:7b835924c31c
260 260
261 // Test if all bits are set or cleared 261 // Test if all bits are set or cleared
262 bool is_full() const; 262 bool is_full() const;
263 bool is_empty() const; 263 bool is_empty() const;
264 264
265 void print_on_error(outputStream* st, const char* prefix) const;
265 266
266 #ifndef PRODUCT 267 #ifndef PRODUCT
267 public: 268 public:
268 // Printing 269 // Printing
269 void print_on(outputStream* st) const; 270 void print_on(outputStream* st) const;

mercurial