diff src/share/vm/gc_implementation/g1/heapRegion.hpp @ 356:1ee8caae33af

Merge
author tonyp
date Thu, 21 Aug 2008 23:36:31 -0400
parents 0edda524b58c
children cc68c8e9b309
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Wed Aug 06 11:57:31 2008 -0400
+++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Aug 21 23:36:31 2008 -0400
@@ -147,8 +147,8 @@
   virtual void set_saved_mark();
   void reset_gc_time_stamp() { _gc_time_stamp = 0; }
 
-  virtual void initialize(MemRegion mr, bool clear_space);
-  virtual void clear();
+  virtual void initialize(MemRegion mr, bool clear_space, bool mangle_space);
+  virtual void clear(bool mangle_space);
 
   HeapWord* block_start(const void* p);
   HeapWord* block_start_const(const void* p) const;
@@ -485,7 +485,7 @@
   // Reset HR stuff to default values.
   void hr_clear(bool par, bool clear_space);
 
-  void initialize(MemRegion mr, bool clear_space);
+  void initialize(MemRegion mr, bool clear_space, bool mangle_space);
 
   // Ensure that "this" is zero-filled.
   void ensure_zero_filled();