comparison src/share/vm/utilities/bitMap.hpp @ 9076:7b835924c31c

8011872: Include Bit Map addresses in the hs_err files Reviewed-by: brutisso, jmasa
author stefank
date Wed, 10 Apr 2013 14:26:49 +0200
parents 2a0172480595
children b9d151496930
comparison
equal deleted inserted replaced
9075:ba42fd5e00e6 9076: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;