diff src/share/vm/memory/genCollectedHeap.hpp @ 4073:53074c2c4600

7099849: G1: include heap region information in hs_err files Reviewed-by: johnc, brutisso, poonam
author tonyp
date Tue, 08 Nov 2011 00:41:28 -0500
parents c9ca3f51cf41
children 3c648b9ad052
line wrap: on
line diff
--- a/src/share/vm/memory/genCollectedHeap.hpp	Mon Nov 07 22:11:12 2011 -0500
+++ b/src/share/vm/memory/genCollectedHeap.hpp	Tue Nov 08 00:41:28 2011 -0500
@@ -360,8 +360,7 @@
   void verify(bool allow_dirty, bool silent, VerifyOption option);
 
   // Override.
-  void print() const;
-  void print_on(outputStream* st) const;
+  virtual void print_on(outputStream* st) const;
   virtual void print_gc_threads_on(outputStream* st) const;
   virtual void gc_threads_do(ThreadClosure* tc) const;
   virtual void print_tracing_info() const;