src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp

changeset 6719
8e20ef014b08
parent 6680
78bbf4d43a14
child 6876
710a3c8b516e
child 6904
0982ec23da03
child 7470
060cdf93040c
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Tue Feb 11 13:29:53 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Wed Jun 11 10:46:47 2014 +0200
     1.3 @@ -310,8 +310,7 @@
     1.4                               _cmsGen->refs_discovery_is_mt(),     // mt discovery
     1.5                               (int) MAX2(ConcGCThreads, ParallelGCThreads), // mt discovery degree
     1.6                               _cmsGen->refs_discovery_is_atomic(), // discovery is not atomic
     1.7 -                             &_is_alive_closure,                  // closure for liveness info
     1.8 -                             false);                              // next field updates do not need write barrier
     1.9 +                             &_is_alive_closure);                 // closure for liveness info
    1.10      // Initialize the _ref_processor field of CMSGen
    1.11      _cmsGen->set_ref_processor(_ref_processor);
    1.12  

mercurial