diff src/share/vm/memory/genCollectedHeap.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 da91efe96a93
children a08c80e9e1e5
line wrap: on
line diff
--- a/src/share/vm/memory/genCollectedHeap.hpp	Wed Apr 10 13:27:35 2013 +0200
+++ b/src/share/vm/memory/genCollectedHeap.hpp	Wed Apr 10 14:26:49 2013 +0200
@@ -344,6 +344,7 @@
   virtual void print_gc_threads_on(outputStream* st) const;
   virtual void gc_threads_do(ThreadClosure* tc) const;
   virtual void print_tracing_info() const;
+  virtual void print_on_error(outputStream* st) const;
 
   // PrintGC, PrintGCDetails support
   void print_heap_change(size_t prev_used) const;