src/share/vm/gc_implementation/g1/g1MarkSweep.cpp

changeset 3711
b632e80fc9dc
parent 3710
5c86f8211d1e
child 3957
a2f7274eb6ef
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Fri Apr 13 01:59:38 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Mon Apr 16 08:57:18 2012 +0200
     1.3 @@ -193,8 +193,7 @@
     1.4      // fail. At the end of the GC, the orginal mark word values
     1.5      // (including hash values) are restored to the appropriate
     1.6      // objects.
     1.7 -    Universe::heap()->verify(/* allow dirty */ true,
     1.8 -                             /* silent      */ false,
     1.9 +    Universe::heap()->verify(/* silent      */ false,
    1.10                               /* option      */ VerifyOption_G1UseMarkWord);
    1.11  
    1.12      G1CollectedHeap* g1h = G1CollectedHeap::heap();

mercurial