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

changeset 3891
7994a5a35fcf
parent 3824
b9442ac22f59
child 3901
24b9c7f4cae6
child 3923
922993931b3d
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Fri Jun 15 14:17:28 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Mon Jun 25 16:00:55 2012 -0700
     1.3 @@ -4750,9 +4750,6 @@
     1.4        _g1h->g1_policy()->record_thread_age_table(pss.age_table());
     1.5        _g1h->update_surviving_young_words(pss.surviving_young_words()+1);
     1.6  
     1.7 -      // Clean up any par-expanded rem sets.
     1.8 -      HeapRegionRemSet::par_cleanup();
     1.9 -
    1.10        if (ParallelGCVerbose) {
    1.11          MutexLocker x(stats_lock());
    1.12          pss.print_termination_stats(worker_id);

mercurial