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

changeset 7159
e5668dcf12e9
parent 7100
edb5f3b38aab
child 7195
c02ec279b062
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Wed Sep 10 19:05:54 2014 +0000
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Wed Sep 10 13:01:13 2014 -0700
     1.3 @@ -3332,6 +3332,7 @@
     1.4    } else {
     1.5      g1_par_agg_task.work(0);
     1.6    }
     1.7 +  _g1h->allocation_context_stats().update_at_remark();
     1.8  }
     1.9  
    1.10  // Clear the per-worker arrays used to store the per-region counting data

mercurial