hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp
changeset 2741 34e2a243d69a
parent 2344 f2e09ba7ceab
child 3261 c7d5aae8d3f7
--- a/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Mon May 04 02:57:39 2009 -0700
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Thu Apr 30 15:07:53 2009 -0700
@@ -57,7 +57,7 @@
 
   mark_sweep_phase1(marked_for_unloading, clear_all_softrefs);
 
-  if (G1VerifyConcMark) {
+  if (VerifyDuringGC) {
       G1CollectedHeap* g1h = G1CollectedHeap::heap();
       g1h->checkConcurrentMark();
   }