src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
changeset 49054 fa4c8865a4ff
parent 49048 4e8c86b75428
child 49377 ecd91135d645
--- a/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp	Thu Feb 22 14:16:18 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp	Fri Feb 23 09:38:33 2018 +0100
@@ -1276,7 +1276,6 @@
   // We reclaimed old regions so we should calculate the sizes to make
   // sure we update the old gen/space data.
   g1h->g1mm()->update_sizes();
-  g1h->allocation_context_stats().update_after_mark();
 }
 
 void G1ConcurrentMark::complete_cleanup() {