diff -r 2af47517ffbd -r 41c34debcde0 hotspot/src/share/vm/memory/genCollectedHeap.hpp --- a/hotspot/src/share/vm/memory/genCollectedHeap.hpp Wed Apr 10 13:27:35 2013 +0200 +++ b/hotspot/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;