changeset 16685 | 41c34debcde0 |
parent 13728 | 882756847a04 |
child 17105 | 25b392a7740d |
--- 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;