diff src/share/vm/memory/cardTableModRefBS.hpp @ 5984:fd09f2d8283e

7157141: crash in 64 bit with corrupted oops Reviewed-by: kvn, iveresov
author never
date Mon, 02 Apr 2012 16:05:56 -0700
parents c7a555a9449a
children da91efe96a93
line wrap: on
line diff
--- a/src/share/vm/memory/cardTableModRefBS.hpp	Fri Mar 30 14:18:17 2012 -0700
+++ b/src/share/vm/memory/cardTableModRefBS.hpp	Mon Apr 02 16:05:56 2012 -0700
@@ -472,6 +472,9 @@
     return _byte_map + card_index;
   }
 
+  // Print a description of the memory for the barrier set
+  virtual void print_on(outputStream* st) const;
+
   void verify();
   void verify_guard();