diff src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 519:65de26b5ea82

Merge
author jcoomes
date Wed, 14 Jan 2009 14:12:55 -0800
parents ad8c8ca4ab0f e9be0e04635a
children 818efdefcc99
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Jan 09 14:39:07 2009 -0500
+++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Jan 14 14:12:55 2009 -0800
@@ -850,6 +850,7 @@
 
   // Iterate over all objects, calling "cl.do_object" on each.
   virtual void object_iterate(ObjectClosure* cl);
+  virtual void safe_object_iterate(ObjectClosure* cl) { object_iterate(cl); }
 
   // Iterate over all objects allocated since the last collection, calling
   // "cl.do_object" on each.  The heap must have been initialized properly