hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp
changeset 2145 da1dfec15623
parent 1623 a0dd9009e992
child 2257 d8e6e11e7f32
child 2251 25b1f510e1b2
--- a/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Sat Mar 07 11:07:37 2009 -0500
+++ b/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Sat Mar 07 11:07:37 2009 -0500
@@ -420,6 +420,10 @@
 
   _has_overflown(false),
   _concurrent(false),
+  _has_aborted(false),
+  _restart_for_overflow(false),
+  _concurrent_marking_in_progress(false),
+  _should_gray_objects(false),
 
   // _verbose_level set below