diff 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
line wrap: on
line diff
--- a/src/share/vm/utilities/bitMap.hpp	Wed Apr 10 13:27:35 2013 +0200
+++ b/src/share/vm/utilities/bitMap.hpp	Wed Apr 10 14:26:49 2013 +0200
@@ -262,6 +262,7 @@
   bool is_full() const;
   bool is_empty() const;
 
+  void print_on_error(outputStream* st, const char* prefix) const;
 
 #ifndef PRODUCT
  public: