hotspot/src/share/vm/utilities/bitMap.hpp
changeset 16685 41c34debcde0
parent 12272 f87fd1292095
child 18092 202cf28d5b82
--- a/hotspot/src/share/vm/utilities/bitMap.hpp	Wed Apr 10 13:27:35 2013 +0200
+++ b/hotspot/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: